Created 12-11-2014 02:32 PM
A server error has occurred. Send the following information to Cloudera.
Path: http://slnxcloudera01.duns.uk.sopra:7180/cmf/parcel/details
Version: Cloudera Express 5.2.1 (#109 built by jenkins on 20141125-0809 git: 8b79f749fed7e9cef6c3c9cb0664ac1c28b7f9a4)
I get this error repeatedly when using the UI.
I believe it has been raised before with no resolution:
http://grokbase.com/t/cloudera/scm-users/13cg5rhc2h/cloudera-server-error
It doesn't matter if I install with parcels or packages the result is the same.
Thanks
Created 12-11-2014 02:56 PM
Here is the listing from my host. This is a worker node but should look similar on the Cloudera Manager host as well
# ls -l /opt/cloudera/parcel*
/opt/cloudera/parcel-cache:
total 2990852
-rw-r--r-- 1 root root 1531811730 Dec 10 01:10 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel
-rw-r--r-- 1 root root 1530807851 Dec 10 00:46 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel
/opt/cloudera/parcel-repo:
total 2990860
-rw-r----- 1 cloudera-scm cloudera-scm 1531811730 Dec 10 00:37 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel
-rw-r----- 1 cloudera-scm cloudera-scm 42 Dec 10 00:37 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel.sha
-rw-r----- 1 cloudera-scm cloudera-scm 1530807851 Dec 10 00:45 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel
-rw-r----- 1 cloudera-scm cloudera-scm 41 Dec 10 00:45 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel.sha
/opt/cloudera/parcels:
total 12
-rw-r--r-- 1 root root 2336 Dec 10 01:40 a
lrwxrwxrwx 1 root root 29 Dec 10 01:32 CDH -> CDH-5.2.1-1.cdh5.2.1.p507.148
drwxrwxr-x 11 root root 4096 Nov 19 23:18 CDH-5.2.1-1.cdh5.2.1.p0.12
drwxrwxr-x 11 root root 4096 Dec 3 01:25 CDH-5.2.1-1.cdh5.2.1.p507.148
The exception you're seeing is due to the parse of a parcel name failing. The format should be like in the listing above whereas in your cluster it is just "CDH" which should ideally be a symlink, not a directory.
Are you aware if the contents in these directories was manually changed sometime?
Created 12-11-2014 02:36 PM
Created 12-11-2014 02:46 PM
Created 12-11-2014 02:56 PM
Here is the listing from my host. This is a worker node but should look similar on the Cloudera Manager host as well
# ls -l /opt/cloudera/parcel*
/opt/cloudera/parcel-cache:
total 2990852
-rw-r--r-- 1 root root 1531811730 Dec 10 01:10 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel
-rw-r--r-- 1 root root 1530807851 Dec 10 00:46 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel
/opt/cloudera/parcel-repo:
total 2990860
-rw-r----- 1 cloudera-scm cloudera-scm 1531811730 Dec 10 00:37 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel
-rw-r----- 1 cloudera-scm cloudera-scm 42 Dec 10 00:37 CDH-5.2.1-1.cdh5.2.1.p0.12-el6.parcel.sha
-rw-r----- 1 cloudera-scm cloudera-scm 1530807851 Dec 10 00:45 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel
-rw-r----- 1 cloudera-scm cloudera-scm 41 Dec 10 00:45 CDH-5.2.1-1.cdh5.2.1.p507.148-el6.parcel.sha
/opt/cloudera/parcels:
total 12
-rw-r--r-- 1 root root 2336 Dec 10 01:40 a
lrwxrwxrwx 1 root root 29 Dec 10 01:32 CDH -> CDH-5.2.1-1.cdh5.2.1.p507.148
drwxrwxr-x 11 root root 4096 Nov 19 23:18 CDH-5.2.1-1.cdh5.2.1.p0.12
drwxrwxr-x 11 root root 4096 Dec 3 01:25 CDH-5.2.1-1.cdh5.2.1.p507.148
The exception you're seeing is due to the parse of a parcel name failing. The format should be like in the listing above whereas in your cluster it is just "CDH" which should ideally be a symlink, not a directory.
Are you aware if the contents in these directories was manually changed sometime?
Created 12-11-2014 03:36 PM
Created 12-11-2014 03:40 PM