Discussion
Capgemini India Pvt Ltd
IN
Last activity: 28 Sep 2015 10:16 EDT
Pega 7.1.7 Personal Edition installation exception
I am trying to install PRPC PE 7.1.7 edition on my manager's system, but the PRPC_64bit jar just won't run. The executable file worked fine on my system which has Java 6 Update 21 and Jave SE Development Kit Update 21 installed.
On the other machine I have installed the Java environments but everytime I try to execute the Jar nothing happens. The jar just won't execute!
HELP!
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
It seems strange that it would at least not result in an error message of some sort. Is the OS 64 bit and Java runtime 64 bit? It is the only thing that I can think of off the top of my head. If this isn't it let me know.
Sincerely,
Cecil Howell, CSA | Senior Instructor | Pegasystems Inc.
Capgemini India Pvt Ltd
IN
Hi Cecil,
Below are the system details:
Windows 7 64 bit
RAM 4 GB
5 GB+ HDD space
Java runtime is 64 bits as well
The strange part is it would install all OK on my system but just won't on my manager's.
Both the systems have comparable config/infrastructure!
Please assist..
Regards,
Bidyun
Pegasystems Inc.
US
Bidyun,
At this point I think your best bet to get this resolved is to put a support ticket in through our support portal, sorry I was unable to help.
Cecil
Capgemini India Pvt Ltd
IN
:(
Will do the same, Thank You!
Infosys Ltd
IN
Try using Command prompt :
java -jar PRPCSetup.jar
United Health Group
IN
HI,
- I also tried installing the PE of pega 7 which was obtained by raising request in PDN.
- I also encountered the problem in installing the PE of Pega 7.
- I have included the ouput file and error file below. Guide me to resolve the issue so that i can install pega 7 PE
- Output file:
Targets:Initialization,Database Server Installation,Data Load,Configuration,PRPC Launching
Buildfile: C:\Users\XXX\Desktop\Pega7\.\pegaGuiInstallerTemp0\build.xml
Initialization:
[echo] Beginning installation of PRPC 716 Personal Edition -- this process should take about 5-10 minutes ...
[unzip] Expanding: C:\Users\XXX\Desktop\Pega7\pegaGuiInstallerTemp0\PersonalEdition.zip into C:
\PRPCPersonalEdition
[echo] Configuring Tomcat (Setting Java Home and Catalina Home)...
[replace] Replaced 2 occurrences in 2 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 2 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
HI,
- I also tried installing the PE of pega 7 which was obtained by raising request in PDN.
- I also encountered the problem in installing the PE of Pega 7.
- I have included the ouput file and error file below. Guide me to resolve the issue so that i can install pega 7 PE
- Output file:
Targets:Initialization,Database Server Installation,Data Load,Configuration,PRPC Launching
Buildfile: C:\Users\XXX\Desktop\Pega7\.\pegaGuiInstallerTemp0\build.xml
Initialization:
[echo] Beginning installation of PRPC 716 Personal Edition -- this process should take about 5-10 minutes ...
[unzip] Expanding: C:\Users\XXX\Desktop\Pega7\pegaGuiInstallerTemp0\PersonalEdition.zip into C:
\PRPCPersonalEdition
[echo] Configuring Tomcat (Setting Java Home and Catalina Home)...
[replace] Replaced 2 occurrences in 2 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 2 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
Database Server Installation:
[exec] The files belonging to this database system will be owned by user "XXX".
[exec] This user must also own the server process.
[exec] initdb: directory "C:/PRPCPersonalEdition/pgsql/data" exists but is not empty
[exec] If you want to create a new database system, either remove or empty
[exec] the directory "C:/PRPCPersonalEdition/pgsql/data" or run initdb
[exec] with an argument other than "C:/PRPCPersonalEdition/pgsql/data".
[exec] The database cluster will be initialized with locale English_United States.1252.
[exec] The default database encoding has accordingly been set to WIN1252.
[exec] The default text search configuration will be set to "english".
[echo] Waiting for Postgres to start...
Unable to connect to database -- will retry in 1 second...
[echo] Connected to Database.
[exec] ALTER ROLE
[exec] psql:C:/PRPCPersonalEdition/scripts/SetupDBandUser.sql:3: ERROR: database "pega" already exists
[exec] psql:C:/PRPCPersonalEdition/scripts/SetupDBandUser.sql:5: NOTICE: schema "pd716" does not exist
[exec] ALTER ROLE
Data Load:
[echo] Waiting for Postgres to restart...
Unable to connect to database -- will retry in 1 second...
Unable to connect to database -- will retry in 1 second...
[echo] Connected to Database.
[echo] Loading database with PRPC...
[exec] pg_restore: connecting to database for restore
[exec] pg_restore: processing item 16036 ENCODING ENCODING
[exec] pg_restore: processing item 16037 STDSTRINGS STDSTRINGS
[exec] pg_restore: processing item 7 SCHEMA sqlj
[exec] pg_restore: creating SCHEMA sqlj
[exec] pg_restore: [archiver (db)] Error while PROCESSING TOC:
[exec] pg_restore: [archiver (db)] Error from TOC entry 7; 2615 16386 SCHEMA sqlj postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: schema "sqlj" already exists
[exec] Command was: CREATE SCHEMA sqlj;
[exec] pg_restore: processing item 3413 FUNCTION java_call_handler()
[exec] pg_restore: creating FUNCTION java_call_handler()
[exec] pg_restore: [archiver (db)] Error from TOC entry 3413; 1255 16387 FUNCTION java_call_handler() postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: could not load library
"C:/PRPCPersonalEdition/pgsql/lib/pljava.dll": Invalid access to memory location.
[exec] Command was: CREATE FUNCTION java_call_handler() RETURNS language_handler
[exec] LANGUAGE c
[exec] AS 'pljava', 'java_call_handler';
[exec] pg_restore: processing item 13746 PROCEDURAL LANGUAGE java
[exec] pg_restore: creating PROCEDURAL LANGUAGE java
[exec] pg_restore: [archiver (db)] Error from TOC entry 13746; 2612 16388 PROCEDURAL LANGUAGE java postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: function java_call_handler() does not
exist
[exec] Command was: CREATE TRUSTED PROCEDURAL LANGUAGE java HANDLER java_call_handler;
[exec] pg_restore: processing item 3417 FUNCTION javau_call_handler()
[exec] pg_restore: creating FUNCTION javau_call_handler()
[exec] pg_restore: [archiver (db)] Error from TOC entry 3417; 1255 16389 FUNCTION javau_call_handler()
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: could not load library
"C:/PRPCPersonalEdition/pgsql/lib/pljava.dll": Invalid access to memory location.
[exec] Command was: CREATE FUNCTION javau_call_handler() RETURNS language_handler
[exec] LANGUAGE c
[exec] AS 'pljava', 'javau_call_handler';
[exec] pg_restore: processing item 13747 PROCEDURAL LANGUAGE javau
[exec] pg_restore: creating PROCEDURAL LANGUAGE javau
[exec] pg_restore: [archiver (db)] Error from TOC entry 13747; 2612 16390 PROCEDURAL LANGUAGE javau postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: function javau_call_handler() does not
exist
[exec] Command was: CREATE PROCEDURAL LANGUAGE javau HANDLER javau_call_handler;
[exec] pg_restore: processing item 3433 FUNCTION add_type_mapping(character varying, character varying)
[exec] pg_restore: creating FUNCTION add_type_mapping(character varying, character varying)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3433; 1255 16452 FUNCTION add_type_mapping(character
varying, character varying) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION add_type_mapping(character varying, character varying) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] A...
[exec] pg_restore: processing item 3434 FUNCTION drop_type_mapping(character varying)
[exec] pg_restore: creating FUNCTION drop_type_mapping(character varying)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3434; 1255 16453 FUNCTION drop_type_mapping(character
varying) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION drop_type_mapping(character varying) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] AS $$org.postgresql...
[exec] pg_restore: processing item 3432 FUNCTION get_classpath(character varying)
[exec] pg_restore: creating FUNCTION get_classpath(character varying)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3432; 1255 16451 FUNCTION get_classpath(character
varying) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION get_classpath(character varying) RETURNS character varying
[exec] LANGUAGE java STABLE SECURITY DEFINER
[exec] AS ...
[exec] pg_restore: processing item 3426 FUNCTION install_jar(character varying, character varying, boolean)
[exec] pg_restore: creating FUNCTION install_jar(character varying, character varying, boolean)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3426; 1255 16445 FUNCTION install_jar(character
varying, character varying, boolean) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION install_jar(character varying, character varying, boolean) RETURNS
void
[exec] LANGUAGE java SECURITY DEFINER
[exec] ...
[exec] pg_restore: processing item 3427 FUNCTION install_jar(bytea, character varying, boolean)
[exec] pg_restore: creating FUNCTION install_jar(bytea, character varying, boolean)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3427; 1255 16446 FUNCTION install_jar(bytea, character
varying, boolean) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION install_jar(bytea, character varying, boolean) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] AS $$org....
[exec] pg_restore: processing item 3430 FUNCTION remove_jar(character varying, boolean)
[exec] pg_restore: creating FUNCTION remove_jar(character varying, boolean)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3430; 1255 16449 FUNCTION remove_jar(character
varying, boolean) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION remove_jar(character varying, boolean) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] AS $$org.postgres...
[exec] pg_restore: processing item 3428 FUNCTION replace_jar(character varying, character varying, boolean)
[exec] pg_restore: creating FUNCTION replace_jar(character varying, character varying, boolean)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3428; 1255 16447 FUNCTION replace_jar(character
varying, character varying, boolean) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION replace_jar(character varying, character varying, boolean) RETURNS
void
[exec] LANGUAGE java SECURITY DEFINER
[exec] ...
[exec] pg_restore: processing item 3429 FUNCTION replace_jar(bytea, character varying, boolean)
[exec] pg_restore: creating FUNCTION replace_jar(bytea, character varying, boolean)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3429; 1255 16448 FUNCTION replace_jar(bytea, character
varying, boolean) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION replace_jar(bytea, character varying, boolean) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] AS $$org....
[exec] pg_restore: processing item 3431 FUNCTION set_classpath(character varying, character varying)
[exec] pg_restore: creating FUNCTION set_classpath(character varying, character varying)
[exec] pg_restore: [archiver (db)] Error from TOC entry 3431; 1255 16450 FUNCTION set_classpath(character
varying, character varying) postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: language "java" does not exist
[exec] Command was: CREATE FUNCTION set_classpath(character varying, character varying) RETURNS void
[exec] LANGUAGE java SECURITY DEFINER
[exec] AS $...
[exec] pg_restore: processing item 192 TABLE classpath_entry
[exec] pg_restore: creating TABLE classpath_entry
[exec] pg_restore: [archiver (db)] Error from TOC entry 192; 1259 16427 TABLE classpath_entry postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "classpath_entry" already exists
[exec] Command was: CREATE TABLE classpath_entry (
[exec] schemaname character varying(30) NOT NULL,
[exec] ordinal smallint NOT NULL,
[exec] jarid integ...
[exec] pg_restore: processing item 191 TABLE jar_entry
[exec] pg_restore: creating TABLE jar_entry
[exec] pg_restore: [archiver (db)] Error from TOC entry 191; 1259 16406 TABLE jar_entry postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_entry" already exists
[exec] Command was: CREATE TABLE jar_entry (
[exec] entryid integer NOT NULL,
[exec] entryname character varying(200) NOT NULL,
[exec] jarid integer NOT ...
[exec] pg_restore: processing item 190 SEQUENCE jar_entry_entryid_seq
[exec] pg_restore: creating SEQUENCE jar_entry_entryid_seq
[exec] pg_restore: [archiver (db)] Error from TOC entry 190; 1259 16404 SEQUENCE jar_entry_entryid_seq
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_entry_entryid_seq" already
exists
[exec] Command was: CREATE SEQUENCE jar_entry_entryid_seq
[exec] START WITH 1
[exec] INCREMENT BY 1
[exec] NO MINVALUE
[exec] NO MAXVALUE
[exec] CACHE 1;
[exec] pg_restore: processing item 16038 SEQUENCE OWNED BY jar_entry_entryid_seq
[exec] pg_restore: creating SEQUENCE OWNED BY jar_entry_entryid_seq
[exec] pg_restore: processing item 16039 SEQUENCE SET jar_entry_entryid_seq
[exec] pg_restore: executing SEQUENCE SET jar_entry_entryid_seq
[exec] pg_restore: processing item 189 TABLE jar_repository
[exec] pg_restore: creating TABLE jar_repository
[exec] pg_restore: [archiver (db)] Error from TOC entry 189; 1259 16393 TABLE jar_repository postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_repository" already exists
[exec] Command was: CREATE TABLE jar_repository (
[exec] jarid integer NOT NULL,
[exec] jarname character varying(100) NOT NULL,
[exec] jarorigin charact...
[exec] pg_restore: processing item 188 SEQUENCE jar_repository_jarid_seq
[exec] pg_restore: creating SEQUENCE jar_repository_jarid_seq
[exec] pg_restore: [archiver (db)] Error from TOC entry 188; 1259 16391 SEQUENCE jar_repository_jarid_seq
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_repository_jarid_seq"
already exists
[exec] Command was: CREATE SEQUENCE jar_repository_jarid_seq
[exec] START WITH 1
[exec] INCREMENT BY 1
[exec] NO MINVALUE
[exec] NO MAXVALUE
[exec] CACHE 1;
[exec] pg_restore: processing item 16040 SEQUENCE OWNED BY jar_repository_jarid_seq
[exec] pg_restore: creating SEQUENCE OWNED BY jar_repository_jarid_seq
[exec] pg_restore: processing item 16041 SEQUENCE SET jar_repository_jarid_seq
[exec] pg_restore: executing SEQUENCE SET jar_repository_jarid_seq
[exec] pg_restore: processing item 194 TABLE typemap_entry
[exec] pg_restore: creating TABLE typemap_entry
[exec] pg_restore: [archiver (db)] Error from TOC entry 194; 1259 16439 TABLE typemap_entry postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "typemap_entry" already exists
[exec] Command was: CREATE TABLE typemap_entry (
[exec] mapid integer NOT NULL,
[exec] javaname character varying(200) NOT NULL,
[exec] sqlname name NOT ...
[exec] pg_restore: processing item 193 SEQUENCE typemap_entry_mapid_seq
[exec] pg_restore: creating SEQUENCE typemap_entry_mapid_seq
[exec] pg_restore: [archiver (db)] Error from TOC entry 193; 1259 16437 SEQUENCE typemap_entry_mapid_seq
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "typemap_entry_mapid_seq" already
exists
[exec] Command was: CREATE SEQUENCE typemap_entry_mapid_seq
[exec] START WITH 1
[exec] INCREMENT BY 1
[exec] NO MINVALUE
[exec] NO MAXVALUE
[exec] CACHE 1;
[exec] pg_restore: processing item 16042 SEQUENCE OWNED BY typemap_entry_mapid_seq
[exec] pg_restore: creating SEQUENCE OWNED BY typemap_entry_mapid_seq
[exec] pg_restore: processing item 16043 SEQUENCE SET typemap_entry_mapid_seq
[exec] pg_restore: executing SEQUENCE SET typemap_entry_mapid_seq
[exec] pg_restore: processing item 16013 DEFAULT entryid
[exec] pg_restore: creating DEFAULT entryid
[exec] pg_restore: processing item 16012 DEFAULT jarid
[exec] pg_restore: creating DEFAULT jarid
[exec] pg_restore: processing item 16014 DEFAULT mapid
[exec] pg_restore: creating DEFAULT mapid
[exec] pg_restore: entering main parallel loop
[exec] pg_restore: launching item 16032 TABLE DATA classpath_entry
[exec] pg_restore: launching item 16031 TABLE DATA jar_entry
[exec] pg_restore: launching item 16030 TABLE DATA jar_repository
[exec] pg_restore: launching item 16033 TABLE DATA typemap_entry
[exec] pg_restore: restoring data for table "typemap_entry"
[exec] pg_restore: finished item 16033 TABLE DATA typemap_entry
[exec] pg_restore: launching item 16026 CONSTRAINT typemap_entry_pkey
[exec] pg_restore: restoring data for table "jar_repository"
[exec] pg_restore: [archiver (db)] Error from TOC entry 16030; 0 16393 TABLE DATA jar_repository postgres
[exec] pg_restore: [archiver (db)] COPY failed for table "jar_repository": ERROR: duplicate key value
violates unique constraint "jar_repository_pkey"
[exec] DETAIL: Key (jarid)=(7) already exists.
[exec] CONTEXT: COPY jar_repository, line 1: "7 pe713PRREADSTREAM streamed byte image pe713
Manifest-Version: 1.0\r\nAnt-Version: Apache Ant 1.8.2..."
[exec] pg_restore: restoring data for table "jar_entry"
[exec] pg_restore: finished item 16030 TABLE DATA jar_repository
[exec] pg_restore: launching item 16016 CONSTRAINT jar_repository_jarname_key
[exec] pg_restore: restoring data for table "classpath_entry"
[exec] pg_restore: creating CONSTRAINT typemap_entry_pkey
[exec] pg_restore: creating CONSTRAINT jar_repository_jarname_key
[exec] pg_restore: [archiver (db)] Error from TOC entry 16026; 2606 16444 CONSTRAINT typemap_entry_pkey
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table
"typemap_entry" are not allowed
[exec] Command was: ALTER TABLE ONLY typemap_entry
[exec] ADD CONSTRAINT typemap_entry_pkey PRIMARY KEY (mapid);
[exec] pg_restore: finished item 16026 CONSTRAINT typemap_entry_pkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16031; 0 16406 TABLE DATA jar_entry postgres
[exec] pg_restore: [archiver (db)] COPY failed for table "jar_entry": ERROR: duplicate key value violates
unique constraint "jar_entry_jarid_entryname_key"
[exec] DETAIL: Key (jarid, entryname)=(4,
com/pega/pegarules/data/internal/clipboard/directstream/DirectStreamEnvironmentAdapter.class) already exists.
[exec] CONTEXT: COPY jar_entry, line 9: "1214
com/pega/pegarules/data/internal/clipboard/directstream/DirectStreamEnvironmentAdapter.class 4 ..."
[exec] pg_restore: finished item 16031 TABLE DATA jar_entry
[exec] pg_restore: launching item 16020 CONSTRAINT jar_entry_jarid_entryname_key
[exec] pg_restore: [archiver (db)] Error from TOC entry 16032; 0 16427 TABLE DATA classpath_entry postgres
[exec] pg_restore: [archiver (db)] COPY failed for table "classpath_entry": ERROR: insert or update on table
"classpath_entry" violates foreign key constraint "classpath_entry_jarid_fkey"
[exec] DETAIL: Key (jarid)=(9) is not present in table "jar_repository".
[exec] pg_restore: [archiver (db)] Error from TOC entry 16016; 2606 16403 CONSTRAINT
jar_repository_jarname_key postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_repository_jarname_key"
already exists
[exec] Command was: ALTER TABLE ONLY jar_repository
[exec] ADD CONSTRAINT jar_repository_jarname_key UNIQUE (jarname);
[exec] pg_restore: finished item 16032 TABLE DATA classpath_entry
[exec] pg_restore: launching item 16024 CONSTRAINT classpath_entry_pkey
[exec] pg_restore: finished item 16016 CONSTRAINT jar_repository_jarname_key
[exec] pg_restore: launching item 16018 CONSTRAINT jar_repository_pkey
[exec] pg_restore: creating CONSTRAINT jar_entry_jarid_entryname_key
[exec] pg_restore: [archiver (db)] Error from TOC entry 16020; 2606 16416 CONSTRAINT
jar_entry_jarid_entryname_key postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: relation "jar_entry_jarid_entryname_key"
already exists
[exec] Command was: ALTER TABLE ONLY jar_entry
[exec] ADD CONSTRAINT jar_entry_jarid_entryname_key UNIQUE (jarid, entryname);
[exec] pg_restore: finished item 16020 CONSTRAINT jar_entry_jarid_entryname_key
[exec] pg_restore: launching item 16022 CONSTRAINT jar_entry_pkey
[exec] pg_restore: creating CONSTRAINT jar_repository_pkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16018; 2606 16401 CONSTRAINT jar_repository_pkey
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table
"jar_repository" are not allowed
[exec] Command was: ALTER TABLE ONLY jar_repository
[exec] ADD CONSTRAINT jar_repository_pkey PRIMARY KEY (jarid);
[exec] pg_restore: finished item 16018 CONSTRAINT jar_repository_pkey
[exec] pg_restore: creating CONSTRAINT classpath_entry_pkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16024; 2606 16431 CONSTRAINT classpath_entry_pkey
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table
"classpath_entry" are not allowed
[exec] Command was: ALTER TABLE ONLY classpath_entry
[exec] ADD CONSTRAINT classpath_entry_pkey PRIMARY KEY (schemaname, ordinal);
[exec] pg_restore: finished item 16024 CONSTRAINT classpath_entry_pkey
[exec] pg_restore: launching item 16029 FK CONSTRAINT classpath_entry_jarid_fkey
[exec] pg_restore: creating CONSTRAINT jar_entry_pkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16022; 2606 16414 CONSTRAINT jar_entry_pkey postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table
"jar_entry" are not allowed
[exec] Command was: ALTER TABLE ONLY jar_entry
[exec] ADD CONSTRAINT jar_entry_pkey PRIMARY KEY (entryid);
[exec] pg_restore: finished item 16022 CONSTRAINT jar_entry_pkey
[exec] pg_restore: creating FK CONSTRAINT classpath_entry_jarid_fkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16029; 2606 16432 FK CONSTRAINT
classpath_entry_jarid_fkey postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: constraint "classpath_entry_jarid_fkey"
for relation "classpath_entry" already exists
[exec] Command was: ALTER TABLE ONLY classpath_entry
[exec] ADD CONSTRAINT classpath_entry_jarid_fkey FOREIGN KEY (jarid) REFERENCES jar_repository...
[exec] pg_restore: finished item 16029 FK CONSTRAINT classpath_entry_jarid_fkey
[exec] pg_restore: launching item 16028 FK CONSTRAINT jar_entry_jarid_fkey
[exec] pg_restore: creating FK CONSTRAINT jar_entry_jarid_fkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16028; 2606 16417 FK CONSTRAINT jar_entry_jarid_fkey
postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: constraint "jar_entry_jarid_fkey" for
relation "jar_entry" already exists
[exec] Command was: ALTER TABLE ONLY jar_entry
[exec] ADD CONSTRAINT jar_entry_jarid_fkey FOREIGN KEY (jarid) REFERENCES jar_repository(jarid) ON D...
[exec] pg_restore: finished item 16028 FK CONSTRAINT jar_entry_jarid_fkey
[exec] pg_restore: launching item 16027 FK CONSTRAINT jar_repository_deploymentdesc_fkey
[exec] pg_restore: creating FK CONSTRAINT jar_repository_deploymentdesc_fkey
[exec] pg_restore: [archiver (db)] Error from TOC entry 16027; 2606 16422 FK CONSTRAINT
jar_repository_deploymentdesc_fkey postgres
[exec] pg_restore: [archiver (db)] could not execute query: ERROR: constraint
"jar_repository_deploymentdesc_fkey" for relation "jar_repository" already exists
[exec] Command was: ALTER TABLE ONLY jar_repository
[exec] ADD CONSTRAINT jar_repository_deploymentdesc_fkey FOREIGN KEY (deploymentdesc) REFERENCE...
[exec] pg_restore: finished item 16027 FK CONSTRAINT jar_repository_deploymentdesc_fkey
[exec] pg_restore: finished main parallel loop
[exec] pg_restore: setting owner and privileges for SCHEMA sqlj
[exec] pg_restore: setting owner and privileges for FUNCTION java_call_handler()
[exec] pg_restore: setting owner and privileges for PROCEDURAL LANGUAGE java
[exec] pg_restore: setting owner and privileges for FUNCTION javau_call_handler()
[exec] pg_restore: setting owner and privileges for PROCEDURAL LANGUAGE javau
[exec] pg_restore: setting owner and privileges for FUNCTION add_type_mapping(character varying, character
varying)
[exec] pg_restore: setting owner and privileges for FUNCTION drop_type_mapping(character varying)
[exec] pg_restore: setting owner and privileges for FUNCTION get_classpath(character varying)
[exec] pg_restore: setting owner and privileges for FUNCTION install_jar(character varying, character varying,
boolean)
[exec] pg_restore: setting owner and privileges for FUNCTION install_jar(bytea, character varying, boolean)
[exec] pg_restore: setting owner and privileges for FUNCTION remove_jar(character varying, boolean)
[exec] pg_restore: setting owner and privileges for FUNCTION replace_jar(character varying, character varying,
boolean)
[exec] pg_restore: setting owner and privileges for FUNCTION replace_jar(bytea, character varying, boolean)
[exec] pg_restore: setting owner and privileges for FUNCTION set_classpath(character varying, character
varying)
[exec] pg_restore: setting owner and privileges for TABLE classpath_entry
[exec] pg_restore: setting owner and privileges for TABLE jar_entry
[exec] pg_restore: setting owner and privileges for SEQUENCE jar_entry_entryid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE OWNED BY jar_entry_entryid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE SET jar_entry_entryid_seq
[exec] pg_restore: setting owner and privileges for TABLE jar_repository
[exec] pg_restore: setting owner and privileges for SEQUENCE jar_repository_jarid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE OWNED BY jar_repository_jarid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE SET jar_repository_jarid_seq
[exec] pg_restore: setting owner and privileges for TABLE typemap_entry
[exec] pg_restore: setting owner and privileges for SEQUENCE typemap_entry_mapid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE OWNED BY typemap_entry_mapid_seq
[exec] pg_restore: setting owner and privileges for SEQUENCE SET typemap_entry_mapid_seq
[exec] pg_restore: setting owner and privileges for DEFAULT entryid
[exec] pg_restore: setting owner and privileges for DEFAULT jarid
[exec] pg_restore: setting owner and privileges for DEFAULT mapid
[exec] pg_restore: setting owner and privileges for TABLE DATA classpath_entry
[exec] pg_restore: setting owner and privileges for TABLE DATA jar_entry
[exec] pg_restore: setting owner and privileges for TABLE DATA jar_repository
[exec] pg_restore: setting owner and privileges for TABLE DATA typemap_entry
[exec] pg_restore: setting owner and privileges for CONSTRAINT classpath_entry_pkey
[exec] pg_restore: setting owner and privileges for CONSTRAINT jar_entry_jarid_entryname_key
[exec] pg_restore: setting owner and privileges for CONSTRAINT jar_entry_pkey
[exec] pg_restore: setting owner and privileges for CONSTRAINT jar_repository_jarname_key
[exec] pg_restore: setting owner and privileges for CONSTRAINT jar_repository_pkey
[exec] pg_restore: setting owner and privileges for CONSTRAINT typemap_entry_pkey
[exec] pg_restore: setting owner and privileges for FK CONSTRAINT classpath_entry_jarid_fkey
[exec] pg_restore: setting owner and privileges for FK CONSTRAINT jar_entry_jarid_fkey
[exec] pg_restore: setting owner and privileges for FK CONSTRAINT jar_repository_deploymentdesc_fkey
[exec] WARNING: errors ignored on restore: 33
2. Error file::::
[exec] Result: 1
BUILD FAILED
C:\Users\XXX\Desktop\Pega7\pegaGuiInstallerTemp0\build.xml:191: The following error occurred while executing
this line:
C:\Users\XXX\Desktop\Pega7\pegaGuiInstallerTemp0\build.xml:75: exec returned: 1
Total time: 42 seconds
org.tp23.antinstaller.InstallException: Use logs to find the cause, then correct and run again
at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:89)
at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:87)
at org.tp23.antinstaller.selfextract.SelfExtractor.main(SelfExtractor.java:398)
Caused by: org.tp23.antinstaller.InstallException: Use logs to find the cause, then correct and run again
at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:79)
... 2 more
--- Nested Exception ---
org.tp23.antinstaller.InstallException: Use logs to find the cause, then correct and run again
at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:79)
at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:87)
at org.tp23.antinstaller.selfextract.SelfExtractor.main(SelfExtractor.java:398).
accenture
IN
Hi i am new for this PEGA , here while downloading the pega personal edition asking Referral Source name, what we have to give please help me
Thank you.
Pegasystems Inc.
US
Please use you company's PEGA Contact name or PEGA Sales person.
Thank you,
Bill Rathert