Member since
09-01-2014
23
Posts
0
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
939 | 09-09-2014 02:16 AM | |
1877 | 09-08-2014 08:30 PM | |
629 | 09-08-2014 04:23 AM | |
2463 | 09-05-2014 03:50 AM |
10-21-2015
09:29 AM
We're migrating some data from production cluster to development cluster, by running distcp from the development cluster. We plan to set-up a script on the dev cluster that run distcp throughout the day that copy certain archive directory in the production cluster. The production cluster is running operations throughout the day, and we don't want to interrupt it. So is it safe to run distcp from dev cluster to migrate data from production cluster when it's still running operational job? The condition is this archive directory we're trying to copy is not being accessed by any operational job. it's just a passive directory exclusively for storage purpose. Thanks.
... View more
Labels:
05-07-2015
03:49 AM
Hi a newbie here, so did you ever solve this problem? I'm currently having the same issue. Thank you.
... View more
01-12-2015
01:14 AM
Hi I'm a Hadoop newbie. I tried to run a mapreduce program and I got this error. I'd really appreciate if there is anybody here who can explain to me what's going. Thanks in advanced! 15/01/12 16:05:31 INFO mapreduce.Job: Running job: job_1418616774280_0004 15/01/12 16:05:50 INFO mapreduce.Job: Job job_1418616774280_0004 running in uber mode : false 15/01/12 16:05:50 INFO mapreduce.Job: map 0% reduce 0% 15/01/12 16:05:54 INFO mapreduce.Job: Task Id : attempt_1418616774280_0004_m_000000_0, Status : FAILED Not able to initialize app-log directories in any of the configured local directories for app application_1418616774280_0004 15/01/12 16:05:56 INFO mapreduce.Job: Task Id : attempt_1418616774280_0004_m_000008_0, Status : FAILED Not able to initialize app-log directories in any of the configured local directories for app application_1418616774280_0004 15/01/12 16:05:57 INFO mapreduce.Job: Task Id : attempt_1418616774280_0004_m_000009_0, Status : FAILED Not able to initialize app-log directories in any of the configured local directories for app application_1418616774280_0004 15/01/12 16:05:58 INFO mapreduce.Job: Task Id : attempt_1418616774280_0004_m_000010_0, Status : FAILED Not able to initialize app-log directories in any of the configured local directories for app application_1418616774280_0004 15/01/12 16:06:01 INFO mapreduce.Job: Task Id : attempt_1418616774280_0004_m_000002_0, Status : FAILED Error: java.lang.RuntimeException: PipeMapRed.waitOutputThreads(): subprocess failed with code 1 at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:320) at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:533) at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:130) at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:61) at org.apache.hadoop.streaming.PipeMapRunner.run(PipeMapRunner.java:34) at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:430) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:342) at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:168) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1548) at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:163)
... View more
09-09-2014
02:16 AM
Solved this issue. My problem was simple, My NodeManager log directory setting is not pointing to the container. yarn.nodemanager.log-dirs=/apps/ext/var/log/hadoop-yarn it was suppopsed to be yarn.nodemanager.log-dirs= /apps/ext/var/log/hadoop-yarn/container I figured it out after I see this message on my NodeManager web ui, under Node Log information, " NodeHealthReport 1/1 log-dirs turned bad" I was able to run and finish the PiEstimator after I update the log-dirs and restart the service.
... View more
09-09-2014
01:04 AM
I can access my resorucemanager or nodemanager ui using http://ip:port. But I cannot access using my.domain.com:port. I think I've set them properly on my /etc/hosts otherwise I would have heartbeat detection failure. Any feedback? Thanks.
... View more
09-08-2014
10:30 PM
I was following the Installation Test guide below: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_testing_the_install.html I ran this command from one of my host: sudo -u hdfs hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar pi 10 100 This is what I get: [apps@analyticpapp2 ~]$ sudo -u hdfs hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar pi 10 100 Number of Maps = 10 Samples per Map = 100 Wrote input for Map #0 Wrote input for Map #1 Wrote input for Map #2 Wrote input for Map #3 Wrote input for Map #4 Wrote input for Map #5 Wrote input for Map #6 Wrote input for Map #7 Wrote input for Map #8 Wrote input for Map #9 Starting Job 14/09/09 10:09:53 INFO client.RMProxy: Connecting to ResourceManager at analyticpapp1/xx.x.xxx.xx:8032 14/09/09 10:09:54 INFO input.FileInputFormat: Total input paths to process : 10 14/09/09 10:09:54 INFO mapreduce.JobSubmitter: number of splits:10 14/09/09 10:09:55 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1410232070158_0001 14/09/09 10:09:55 INFO impl.YarnClientImpl: Submitted application application_1410232070158_0001 14/09/09 10:09:55 INFO mapreduce.Job: The url to track the job: http://analyticpapp1:8088/proxy/application_1410232070158_0001/ 14/09/09 10:09:55 INFO mapreduce.Job: Running job: job_1410232070158_0001 and it just stops. nothing happen. My cluster consist of 10 hosts. On 9 hosts, I've set 6 services on each: - HBase regionserver - HDFS datanode - Hive gateway - Impala daemon - Spark worker - Yarn nodemanager On 1 Host (Head Node), I run the following services: - HBase master - HDFS namenode - HDFS secondarynamenode - Hive hivemetastore - Hive hiveserver2 - Hive gateway - Hue server - Impala catalogserver - Impala statestore - HBase indexer - Oozie server - Solr server - Spark master - Sqoop server - Yarn jobhistory - Yarn resourcemanager - Zookeeper server Any advice? Thanks in advanced.
... View more
09-08-2014
08:30 PM
Thanks for the reply. I tried the steps you suggested, but the problem still remains. I've solved this solution by trying the following steps provided by JohnKelly of CDH Google Group combined with the CDH uninstall guide: 1. Follow this instruction: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/cdh5ig_cdh_comp_uninstall.html 2. I ran the following command (credits to JohnKelly): rpm -e --allmatches $(rpm -qa | grep -e^hadoop -e^cloudera -e^hue -e^oozie -e^hbase -e^impala -e^flume -e^hive) yum clean all rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera* sudo rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera* rm /tmp/.scm_prepare_node.lock After that everything was good.
... View more
09-08-2014
08:15 PM
Nevermind, the log storage setting for HBase is available on CM. I didn't realilze those arrows next to category label can be expanded. And there will be 'Log' category which I can update the value.
... View more
09-08-2014
04:23 AM
Please disregard this post. Dumb post. I didn't realize those arrows for each category can be expanded, which gives me the ability to change the log directory. Sorry.
... View more
09-08-2014
12:35 AM
/var/log/hbase I've restarted the entire cluster. Now it's up again. But the problem still remains that I'm getting bad health alert because of /var/log disk space is insufficient. I want to change the log directory for hbase to my /apps/ext/var/log directory. But how can I do that? There are no log storage setting for Hbase in CM. Thanks for the reply.
... View more
09-07-2014
11:10 PM
The configuration at CM don't allow this. I tried to change it on /etc/default/impala. but nothing happen after restarting impala-state-store and catalog via CM. Thanks.
... View more
09-07-2014
10:24 PM
I've just completed with CM and CDH installation and trying to add HBase service to the Master node. This is not production environment no data has been loaded yet; pretty much a clean install. After adding Hbase service the first to Master Node, I got a bad health alert saying that my disk space is not sufficient. So, what I tried to do was to move hbase log directory to a different location using symlink. I realized that when doing this I forgot to stop the Hbase service. After I'm done with the symlink, I restart the Hbase service and fail. I got the error below. Question, the Hbase service configuration at CM don't have option to move or update the log directory. What is your suggestion to do this in the future? thanks in advance. Master exiting java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.master.HMaster at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:2775) at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:184) at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:134) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:126) at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2789) Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase at org.apache.zookeeper.KeeperException.create(KeeperException.java:99) at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783) at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.createNonSequential(RecoverableZooKeeper.java:489) at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.create(RecoverableZooKeeper.java:468) at org.apache.hadoop.hbase.zookeeper.ZKUtil.createWithParents(ZKUtil.java:1233) at org.apache.hadoop.hbase.zookeeper.ZKUtil.createWithParents(ZKUtil.java:1211) at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.createBaseZNodes(ZooKeeperWatcher.java:174) at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.<init>(ZooKeeperWatcher.java:167) at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:472) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:2770) ... 5 more
... View more
Labels:
09-05-2014
03:50 AM
I've solved this issue. Cloudera Embedded DB cannot write because it is located in my /var directory (under /var/lib/cloudera-scm-server-db) which is full. I use this step-by-step solution (credits to puneethabm from google group): 1) Stop the scm service: # service cloudera-scm-server stop # service cloudera-scm-server-db stop 2) Copy the cloudera-scm-server-db, retaining the permissions as below: #cd /var/lib #cp -rp cloudera-scm-server-db /dir1/lib/ #cd /var/lib/cloudera-scm-server-db #rm -rf data/ 3) Create symlink #cd /var/lib/cloudera-scm-server-db #ln -s /dir1/lib/cloudera-scm-server-db/data data 4) Start services: # service cloudera-scm-server-db start DB initialization done. waiting for server to start.... done server started # service cloudera-scm-server start By creating symlink to disk with sufficient free space, it allows Cloudera Embedded DB to perform write transaction again.
... View more
09-04-2014
06:50 AM
I recently uninstalled a host because I installed the wrong CDH version (5.1.2). I was suppose to install CDH 5.0.3 on the host to match the cluster. I performed a manual yum remove install on the different packages based on this documentation: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html Now I try to reinstall the host via Cloudera Manager and then I run into the error below. I think the uninstall was not clean. Anybody have any tips on how to resolve this? Thanks in advance. Installing hadoop-httpfs package... BEGIN sudo yum list installed hadoop-httpfs Loaded plugins: product-id, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Error: No matching Packages to list END (1) BEGIN sudo yum info hadoop-httpfs Loaded plugins: product-id, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Available Packages Name : hadoop-httpfs Arch : x86_64 Version : 2.3.0+cdh5.0.3+597 Release : 1.cdh5.0.3.p0.30.el6 Size : 21 M Repo : cloudera-cdh5 Summary : HTTPFS for Hadoop URL : http://hadoop.apache.org/core/ License : Apache License v2.0 Description : The server providing HTTP REST API support for the complete : FileSystem/FileContext interface in HDFS. END (0) BEGIN sudo yum -y install hadoop-httpfs Loaded plugins: product-id, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package hadoop-httpfs.x86_64 0:2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 will be installed --> Processing Dependency: hadoop = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 for package: hadoop-httpfs-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 --> Processing Dependency: hadoop-hdfs = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 for package: hadoop-httpfs-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 --> Finished Dependency Resolution Error: Package: hadoop-httpfs-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 (cloudera-cdh5) Requires: hadoop = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 Installed: hadoop-2.3.0+cdh5.1.2+816-1.cdh5.1.2.p0.3.el6.x86_64 (@cloudera-cdh5) hadoop = 2.3.0+cdh5.1.2+816-1.cdh5.1.2.p0.3.el6 Available: hadoop-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 (cloudera-cdh5) hadoop = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 Error: Package: hadoop-httpfs-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 (cloudera-cdh5) Requires: hadoop-hdfs = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 Installed: hadoop-hdfs-2.3.0+cdh5.1.2+816-1.cdh5.1.2.p0.3.el6.x86_64 (@cloudera-cdh5) hadoop-hdfs = 2.3.0+cdh5.1.2+816-1.cdh5.1.2.p0.3.el6 Available: hadoop-hdfs-2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6.x86_64 (cloudera-cdh5) hadoop-hdfs = 2.3.0+cdh5.0.3+597-1.cdh5.0.3.p0.30.el6 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest END (1) remote package hadoop-httpfs could not be installed, giving up waiting for rollback request
... View more
09-02-2014
08:23 PM
Referring to the list, cloudera-service-monitor and cloudera-host-monitor are the two largest. Could this be related to the Time Series Storage set for cloudera-service-monitor at 10 Gb? I cannot commit any update via cloudera manager at the moment, i tried to lower the retention then I get this error: java.lang.IllegalStateException :Cannot commit in rollback only mode. at Preconditions.java line 149 in com.google.common.base.Preconditions checkState()
... View more
09-02-2014
07:45 PM
Here's the result largest to smallest: 5074352 /var/lib/cloudera-service-monitor 1888312 /var/lib/cloudera-host-monitor 97444 /var/lib/cloudera-scm-server-db 47992 /var/lib/rpm 33988 /var/lib/solr 25312 /var/lib/cloudera-scm-eventserver 17720 /var/lib/zookeeper 11608 /var/lib/sqoop2 9880 /var/lib/yum 4556 /var/lib/cloudera-scm-server 4276 /var/lib/oozie 3928 /var/lib/mlocate 804 /var/lib/cloudera-scm-headlamp 240 /var/lib/hue 132 /var/lib/cloudera-scm-agent 132 /var/lib/alternatives 36 /var/lib/readahead 32 /var/lib/cas 28 /var/lib/polkit-1 24 /var/lib/nfs 20 /var/lib/rhsm 16 /var/lib/samba 16 /var/lib/pgsql 12 /var/lib/stateless 12 /var/lib/prelink 8 /var/lib/udev 8 /var/lib/postfix 8 /var/lib/plymouth 8 /var/lib/hive 8 /var/lib/hadoop-yarn 8 /var/lib/hadoop-mapreduce 8 /var/lib/hadoop-hdfs 8 /var/lib/dbus 8 /var/lib/authconfig 4 /var/lib/up2date 4 /var/lib/sqoop 4 /var/lib/spark 4 /var/lib/rsyslog 4 /var/lib/random-seed 4 /var/lib/ntp 4 /var/lib/misc 4 /var/lib/logrotate.status 4 /var/lib/impala 4 /var/lib/hive-hcatalog 4 /var/lib/hadoop-httpfs 4 /var/lib/games 4 /var/lib/fprint 4 /var/lib/flume-ng 4 /var/lib/dhclient 4 /var/lib/bigtop I forgot to mention that before I ran into thi error, symlink in /home/var has been created to extend /var using extended disk. Thanks for the reply.
... View more
09-02-2014
05:18 AM
Here's what I got: 0 /var/mail 4 /var/account 4 /var/crash 4 /var/cvs 4 /var/games 4 /var/local 4 /var/nis 4 /var/opt 4 /var/preserve 4 /var/tmp 4 /var/yp 8 /var/empty 16 /var/lock 16 /var/lost+found 28 /var/db 140 /var/spool 125084 /var/cache 136760 /var/run 347180 /var/log 7221464 /var/lib Thank you for the reply.
... View more
09-02-2014
05:06 AM
I tried to stop the cluster as you suggested via Cloudera Manager, I got the following error: Path: http://ipaddress:port/cmf/clusters/1/do Version: Cloudera Enterprise Data Hub Edition Trial 5.0.2 (#297 built by jenkins on 20140606-2221 git: 80907df78ba6b50c21a598f0caff8b00685d5961) javax.persistence.RollbackException:Error while committing the transaction at TransactionImpl.java line 92 in org.hibernate.ejb.TransactionImpl commit() Stack Trace: TransactionImpl.java line 92 in org.hibernate.ejb.TransactionImpl commit() AbstractWrappedEntityManager.java line 110 in com.cloudera.enterprise.AbstractWrappedEntityManager commit() CmfEntityManager.java line 368 in com.cloudera.cmf.persist.CmfEntityManager commit() ClusterController.java line 195 in com.cloudera.server.web.cmf.cluster.ClusterController dispatchClusterCommand() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$FastClassByCGLIB$$2b29d5cd invoke() MethodProxy.java line 191 in net.sf.cglib.proxy.MethodProxy invoke() Cglib2AopProxy.java line 688 in org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation invokeJoinpoint() ReflectiveMethodInvocation.java line 150 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() MethodSecurityInterceptor.java line 61 in org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor invoke() ReflectiveMethodInvocation.java line 172 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() Cglib2AopProxy.java line 621 in org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor intercept() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$EnhancerByCGLIB$$e65e0fcf dispatchClusterCommand() NativeMethodAccessorImpl.java line -2 in sun.reflect.NativeMethodAccessorImpl invoke0() NativeMethodAccessorImpl.java line 57 in sun.reflect.NativeMethodAccessorImpl invoke() DelegatingMethodAccessorImpl.java line 43 in sun.reflect.DelegatingMethodAccessorImpl invoke() Method.java line 606 in java.lang.reflect.Method invoke() HandlerMethodInvoker.java line 176 in org.springframework.web.bind.annotation.support.HandlerMethodInvoker invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 436 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 424 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter handle() DispatcherServlet.java line 790 in org.springframework.web.servlet.DispatcherServlet doDispatch() DispatcherServlet.java line 719 in org.springframework.web.servlet.DispatcherServlet doService() FrameworkServlet.java line 669 in org.springframework.web.servlet.FrameworkServlet processRequest() FrameworkServlet.java line 585 in org.springframework.web.servlet.FrameworkServlet doPost() HttpServlet.java line 727 in javax.servlet.http.HttpServlet service() HttpServlet.java line 820 in javax.servlet.http.HttpServlet service() ServletHolder.java line 511 in org.mortbay.jetty.servlet.ServletHolder handle() ServletHandler.java line 1221 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() UserAgentFilter.java line 78 in org.mortbay.servlet.UserAgentFilter doFilter() GzipFilter.java line 131 in org.mortbay.servlet.GzipFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JAMonServletFilter.java line 48 in com.jamonapi.http.JAMonServletFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JavaMelodyFacade.java line 109 in com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() FilterChainProxy.java line 311 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterSecurityInterceptor.java line 116 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor invoke() FilterSecurityInterceptor.java line 83 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ExceptionTranslationFilter.java line 113 in org.springframework.security.web.access.ExceptionTranslationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SessionManagementFilter.java line 101 in org.springframework.security.web.session.SessionManagementFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AnonymousAuthenticationFilter.java line 113 in org.springframework.security.web.authentication.AnonymousAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RememberMeAuthenticationFilter.java line 146 in org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextHolderAwareRequestFilter.java line 54 in org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RequestCacheAwareFilter.java line 45 in org.springframework.security.web.savedrequest.RequestCacheAwareFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AbstractAuthenticationProcessingFilter.java line 182 in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() LogoutFilter.java line 105 in org.springframework.security.web.authentication.logout.LogoutFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextPersistenceFilter.java line 87 in org.springframework.security.web.context.SecurityContextPersistenceFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ConcurrentSessionFilter.java line 125 in org.springframework.security.web.session.ConcurrentSessionFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterChainProxy.java line 173 in org.springframework.security.web.FilterChainProxy doFilter() DelegatingFilterProxy.java line 237 in org.springframework.web.filter.DelegatingFilterProxy invokeDelegate() DelegatingFilterProxy.java line 167 in org.springframework.web.filter.DelegatingFilterProxy doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() CharacterEncodingFilter.java line 88 in org.springframework.web.filter.CharacterEncodingFilter doFilterInternal() OncePerRequestFilter.java line 76 in org.springframework.web.filter.OncePerRequestFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() ServletHandler.java line 399 in org.mortbay.jetty.servlet.ServletHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() SessionHandler.java line 182 in org.mortbay.jetty.servlet.SessionHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() ContextHandler.java line 766 in org.mortbay.jetty.handler.ContextHandler handle() WebAppContext.java line 450 in org.mortbay.jetty.webapp.WebAppContext handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() StatisticsHandler.java line 53 in org.mortbay.jetty.handler.StatisticsHandler handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() Server.java line 326 in org.mortbay.jetty.Server handle() HttpConnection.java line 542 in org.mortbay.jetty.HttpConnection handleRequest() HttpConnection.java line 945 in org.mortbay.jetty.HttpConnection$RequestHandler content() HttpParser.java line 756 in org.mortbay.jetty.HttpParser parseNext() HttpParser.java line 218 in org.mortbay.jetty.HttpParser parseAvailable() HttpConnection.java line 404 in org.mortbay.jetty.HttpConnection handle() SelectChannelEndPoint.java line 410 in org.mortbay.io.nio.SelectChannelEndPoint run() QueuedThreadPool.java line 582 in org.mortbay.thread.QueuedThreadPool$PoolThread run() Caused by: javax.persistence.PersistenceException:org.hibernate.exception.GenericJDBCException: could not perform addBatch at AbstractEntityManagerImpl.java line 1387 in org.hibernate.ejb.AbstractEntityManagerImpl convert() Stack Trace: AbstractEntityManagerImpl.java line 1387 in org.hibernate.ejb.AbstractEntityManagerImpl convert() AbstractEntityManagerImpl.java line 1310 in org.hibernate.ejb.AbstractEntityManagerImpl convert() TransactionImpl.java line 80 in org.hibernate.ejb.TransactionImpl commit() AbstractWrappedEntityManager.java line 110 in com.cloudera.enterprise.AbstractWrappedEntityManager commit() CmfEntityManager.java line 368 in com.cloudera.cmf.persist.CmfEntityManager commit() ClusterController.java line 195 in com.cloudera.server.web.cmf.cluster.ClusterController dispatchClusterCommand() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$FastClassByCGLIB$$2b29d5cd invoke() MethodProxy.java line 191 in net.sf.cglib.proxy.MethodProxy invoke() Cglib2AopProxy.java line 688 in org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation invokeJoinpoint() ReflectiveMethodInvocation.java line 150 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() MethodSecurityInterceptor.java line 61 in org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor invoke() ReflectiveMethodInvocation.java line 172 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() Cglib2AopProxy.java line 621 in org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor intercept() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$EnhancerByCGLIB$$e65e0fcf dispatchClusterCommand() NativeMethodAccessorImpl.java line -2 in sun.reflect.NativeMethodAccessorImpl invoke0() NativeMethodAccessorImpl.java line 57 in sun.reflect.NativeMethodAccessorImpl invoke() DelegatingMethodAccessorImpl.java line 43 in sun.reflect.DelegatingMethodAccessorImpl invoke() Method.java line 606 in java.lang.reflect.Method invoke() HandlerMethodInvoker.java line 176 in org.springframework.web.bind.annotation.support.HandlerMethodInvoker invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 436 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 424 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter handle() DispatcherServlet.java line 790 in org.springframework.web.servlet.DispatcherServlet doDispatch() DispatcherServlet.java line 719 in org.springframework.web.servlet.DispatcherServlet doService() FrameworkServlet.java line 669 in org.springframework.web.servlet.FrameworkServlet processRequest() FrameworkServlet.java line 585 in org.springframework.web.servlet.FrameworkServlet doPost() HttpServlet.java line 727 in javax.servlet.http.HttpServlet service() HttpServlet.java line 820 in javax.servlet.http.HttpServlet service() ServletHolder.java line 511 in org.mortbay.jetty.servlet.ServletHolder handle() ServletHandler.java line 1221 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() UserAgentFilter.java line 78 in org.mortbay.servlet.UserAgentFilter doFilter() GzipFilter.java line 131 in org.mortbay.servlet.GzipFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JAMonServletFilter.java line 48 in com.jamonapi.http.JAMonServletFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JavaMelodyFacade.java line 109 in com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() FilterChainProxy.java line 311 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterSecurityInterceptor.java line 116 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor invoke() FilterSecurityInterceptor.java line 83 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ExceptionTranslationFilter.java line 113 in org.springframework.security.web.access.ExceptionTranslationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SessionManagementFilter.java line 101 in org.springframework.security.web.session.SessionManagementFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AnonymousAuthenticationFilter.java line 113 in org.springframework.security.web.authentication.AnonymousAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RememberMeAuthenticationFilter.java line 146 in org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextHolderAwareRequestFilter.java line 54 in org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RequestCacheAwareFilter.java line 45 in org.springframework.security.web.savedrequest.RequestCacheAwareFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AbstractAuthenticationProcessingFilter.java line 182 in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() LogoutFilter.java line 105 in org.springframework.security.web.authentication.logout.LogoutFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextPersistenceFilter.java line 87 in org.springframework.security.web.context.SecurityContextPersistenceFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ConcurrentSessionFilter.java line 125 in org.springframework.security.web.session.ConcurrentSessionFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterChainProxy.java line 173 in org.springframework.security.web.FilterChainProxy doFilter() DelegatingFilterProxy.java line 237 in org.springframework.web.filter.DelegatingFilterProxy invokeDelegate() DelegatingFilterProxy.java line 167 in org.springframework.web.filter.DelegatingFilterProxy doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() CharacterEncodingFilter.java line 88 in org.springframework.web.filter.CharacterEncodingFilter doFilterInternal() OncePerRequestFilter.java line 76 in org.springframework.web.filter.OncePerRequestFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() ServletHandler.java line 399 in org.mortbay.jetty.servlet.ServletHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() SessionHandler.java line 182 in org.mortbay.jetty.servlet.SessionHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() ContextHandler.java line 766 in org.mortbay.jetty.handler.ContextHandler handle() WebAppContext.java line 450 in org.mortbay.jetty.webapp.WebAppContext handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() StatisticsHandler.java line 53 in org.mortbay.jetty.handler.StatisticsHandler handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() Server.java line 326 in org.mortbay.jetty.Server handle() HttpConnection.java line 542 in org.mortbay.jetty.HttpConnection handleRequest() HttpConnection.java line 945 in org.mortbay.jetty.HttpConnection$RequestHandler content() HttpParser.java line 756 in org.mortbay.jetty.HttpParser parseNext() HttpParser.java line 218 in org.mortbay.jetty.HttpParser parseAvailable() HttpConnection.java line 404 in org.mortbay.jetty.HttpConnection handle() SelectChannelEndPoint.java line 410 in org.mortbay.io.nio.SelectChannelEndPoint run() QueuedThreadPool.java line 582 in org.mortbay.thread.QueuedThreadPool$PoolThread run() Caused by: org.hibernate.exception.GenericJDBCException:could not perform addBatch at StandardSQLExceptionConverter.java line 54 in org.hibernate.exception.internal.StandardSQLExceptionConverter convert() Stack Trace: StandardSQLExceptionConverter.java line 54 in org.hibernate.exception.internal.StandardSQLExceptionConverter convert() SqlExceptionHelper.java line 125 in org.hibernate.engine.jdbc.spi.SqlExceptionHelper convert() BatchingBatch.java line 114 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch performExecution() BatchingBatch.java line 101 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch doExecuteBatch() AbstractBatchImpl.java line 149 in org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl execute() JdbcCoordinatorImpl.java line 187 in org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl getBatch() AbstractEntityPersister.java line 3045 in org.hibernate.persister.entity.AbstractEntityPersister insert() AbstractEntityPersister.java line 3509 in org.hibernate.persister.entity.AbstractEntityPersister insert() EntityInsertAction.java line 88 in org.hibernate.action.internal.EntityInsertAction execute() ActionQueue.java line 377 in org.hibernate.engine.spi.ActionQueue execute() ActionQueue.java line 369 in org.hibernate.engine.spi.ActionQueue executeActions() ActionQueue.java line 286 in org.hibernate.engine.spi.ActionQueue executeActions() AbstractFlushingEventListener.java line 339 in org.hibernate.event.internal.AbstractFlushingEventListener performExecutions() DefaultFlushEventListener.java line 52 in org.hibernate.event.internal.DefaultFlushEventListener onFlush() SessionImpl.java line 1234 in org.hibernate.internal.SessionImpl flush() SessionImpl.java line 404 in org.hibernate.internal.SessionImpl managedFlush() JdbcTransaction.java line 101 in org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction beforeTransactionCommit() AbstractTransactionImpl.java line 175 in org.hibernate.engine.transaction.spi.AbstractTransactionImpl commit() TransactionImpl.java line 75 in org.hibernate.ejb.TransactionImpl commit() AbstractWrappedEntityManager.java line 110 in com.cloudera.enterprise.AbstractWrappedEntityManager commit() CmfEntityManager.java line 368 in com.cloudera.cmf.persist.CmfEntityManager commit() ClusterController.java line 195 in com.cloudera.server.web.cmf.cluster.ClusterController dispatchClusterCommand() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$FastClassByCGLIB$$2b29d5cd invoke() MethodProxy.java line 191 in net.sf.cglib.proxy.MethodProxy invoke() Cglib2AopProxy.java line 688 in org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation invokeJoinpoint() ReflectiveMethodInvocation.java line 150 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() MethodSecurityInterceptor.java line 61 in org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor invoke() ReflectiveMethodInvocation.java line 172 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() Cglib2AopProxy.java line 621 in org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor intercept() <generated> line -1 in com.cloudera.server.web.cmf.cluster.ClusterController$$EnhancerByCGLIB$$e65e0fcf dispatchClusterCommand() NativeMethodAccessorImpl.java line -2 in sun.reflect.NativeMethodAccessorImpl invoke0() NativeMethodAccessorImpl.java line 57 in sun.reflect.NativeMethodAccessorImpl invoke() DelegatingMethodAccessorImpl.java line 43 in sun.reflect.DelegatingMethodAccessorImpl invoke() Method.java line 606 in java.lang.reflect.Method invoke() HandlerMethodInvoker.java line 176 in org.springframework.web.bind.annotation.support.HandlerMethodInvoker invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 436 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 424 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter handle() DispatcherServlet.java line 790 in org.springframework.web.servlet.DispatcherServlet doDispatch() DispatcherServlet.java line 719 in org.springframework.web.servlet.DispatcherServlet doService() FrameworkServlet.java line 669 in org.springframework.web.servlet.FrameworkServlet processRequest() FrameworkServlet.java line 585 in org.springframework.web.servlet.FrameworkServlet doPost() HttpServlet.java line 727 in javax.servlet.http.HttpServlet service() HttpServlet.java line 820 in javax.servlet.http.HttpServlet service() ServletHolder.java line 511 in org.mortbay.jetty.servlet.ServletHolder handle() ServletHandler.java line 1221 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() UserAgentFilter.java line 78 in org.mortbay.servlet.UserAgentFilter doFilter() GzipFilter.java line 131 in org.mortbay.servlet.GzipFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JAMonServletFilter.java line 48 in com.jamonapi.http.JAMonServletFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JavaMelodyFacade.java line 109 in com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() FilterChainProxy.java line 311 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterSecurityInterceptor.java line 116 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor invoke() FilterSecurityInterceptor.java line 83 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ExceptionTranslationFilter.java line 113 in org.springframework.security.web.access.ExceptionTranslationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SessionManagementFilter.java line 101 in org.springframework.security.web.session.SessionManagementFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AnonymousAuthenticationFilter.java line 113 in org.springframework.security.web.authentication.AnonymousAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RememberMeAuthenticationFilter.java line 146 in org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextHolderAwareRequestFilter.java line 54 in org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RequestCacheAwareFilter.java line 45 in org.springframework.security.web.savedrequest.RequestCacheAwareFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AbstractAuthenticationProcessingFilter.java line 182 in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() LogoutFilter.java line 105 in org.springframework.security.web.authentication.logout.LogoutFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextPersistenceFilter.java line 87 in org.springframework.security.web.context.SecurityContextPersistenceFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ConcurrentSessionFilter.java line 125 in org.springframework.security.web.session.ConcurrentSessionFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterChainProxy.java line 173 in org.springframework.security.web.FilterChainProxy doFilter() DelegatingFilterProxy.java line 237 in org.springframework.web.filter.DelegatingFilterProxy invokeDelegate() DelegatingFilterProxy.java line 167 in org.springframework.web.filter.DelegatingFilterProxy doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() CharacterEncodingFilter.java line 88 in org.springframework.web.filter.CharacterEncodingFilter doFilterInternal() OncePerRequestFilter.java line 76 in org.springframework.web.filter.OncePerRequestFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() ServletHandler.java line 399 in org.mortbay.jetty.servlet.ServletHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() SessionHandler.java line 182 in org.mortbay.jetty.servlet.SessionHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() ContextHandler.java line 766 in org.mortbay.jetty.handler.ContextHandler handle() WebAppContext.java line 450 in org.mortbay.jetty.webapp.WebAppContext handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() StatisticsHandler.java line 53 in org.mortbay.jetty.handler.StatisticsHandler handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() Server.java line 326 in org.mortbay.jetty.Server handle() HttpConnection.java line 542 in org.mortbay.jetty.HttpConnection handleRequest() HttpConnection.java line 945 in org.mortbay.jetty.HttpConnection$RequestHandler content() HttpParser.java line 756 in org.mortbay.jetty.HttpParser parseNext() HttpParser.java line 218 in org.mortbay.jetty.HttpParser parseAvailable() HttpConnection.java line 404 in org.mortbay.jetty.HttpConnection handle() SelectChannelEndPoint.java line 410 in org.mortbay.io.nio.SelectChannelEndPoint run() QueuedThreadPool.java line 582 in org.mortbay.thread.QueuedThreadPool$PoolThread run() Caused by: java.sql.BatchUpdateException:Batch entry 0 insert into COMMANDS (OPTIMISTIC_LOCK_VERSION, NAME, STATE, START_INSTANT, END_INSTANT, ACTIVE, RESULT_MESSAGE, RESULT_DATA, RESULT_DATA_MIME_TYPE, RESULT_DATA_FILENAME, RESULT_DATA_PATH, RESULT_DATA_REAPED, SUCCESS, INTERNAL_STATE, ARGUMENTS, AUDITED, CLUSTER_ID, SERVICE_ID, ROLE_ID, HOST_ID, SCHEDULE_ID, PARENT_ID, COMMAND_ID) values ('0', 'Stop', 'STARTED', '1409659192831', NULL, '1', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, NULL, '0', '1', NULL, NULL, NULL, NULL, NULL, '256') was aborted. Call getNextException to see the cause. at AbstractJdbc2Statement.java line 2598 in org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler handleError() Stack Trace: AbstractJdbc2Statement.java line 2598 in org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler handleError() QueryExecutorImpl.java line 1836 in org.postgresql.core.v3.QueryExecutorImpl processResults() QueryExecutorImpl.java line 407 in org.postgresql.core.v3.QueryExecutorImpl execute() AbstractJdbc2Statement.java line 2737 in org.postgresql.jdbc2.AbstractJdbc2Statement executeBatch() NewProxyPreparedStatement.java line 1723 in com.mchange.v2.c3p0.impl.NewProxyPreparedStatement executeBatch() BatchingBatch.java line 110 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch performExecution() BatchingBatch.java line 101 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch doExecuteBatch() AbstractBatchImpl.java line 149 in org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl execute() JdbcCoordinatorImpl.java line 187 in org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl getBatch() AbstractEntityPersister.java line 3045 in org.hibernate.persister.entity.AbstractEntityPersister insert() AbstractEntityPersister.java line 3509 in org.hibernate.persister.entity.AbstractEntityPersister insert() EntityInsertAction.java line 88 in org.hibernate.action.internal.EntityInsertAction execute() ActionQueue.java line 377 in org.hibernate.engine.spi.ActionQueue execute() ActionQueue.java line 369 in org.hibernate.engine.spi.ActionQueue executeActions() ActionQueue.java line 286 in org.hibernate.engine.spi.ActionQueue executeActions() AbstractFlushingEventListener.java line 339 in org.hibernate.event.internal.AbstractFlushingEventListener performExecutions() DefaultFlushEventListener.java line 52 in org.hibernate.event.internal.DefaultFlushEventListener onFlush() SessionImpl.java line 1234 in org.hibernate.internal.SessionImpl flush() SessionImpl.java line 404 in org.hibernate.internal.SessionImpl managedFlush() JdbcTransaction.java line 101 in org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction beforeTransactionCommit() AbstractTransactionImpl.java line 175 in org.hibernate.engine.transaction.spi.AbstractTransactionImpl commit() TransactionImpl.java line 75 in org.hibernate.ejb.TransactionImpl commit() AbstractWrappedEntityManager.java line 110 in com.cloudera.enterprise.AbstractWrappedEntityManager commit() CmfEntityManager.java line 368 in com.cloudera.cmf.persist.CmfEntityManager
... View more
09-02-2014
02:28 AM
When you suggest stopping entire cluster, do you mean stopping the cloudera-scm-server and all cloudera-scm-server-agent services on every host? Or is there a direct way to do this via Cloudera Manager? I'm sorry, I'm a newbie at this. Thanks for your reply.
... View more
09-02-2014
02:12 AM
I ran df -h, it shows: Filesystem Size Used Avail Use% Mounted on /dev/sda3 7.9G 5.3G 2.3G 70% / tmpfs 3.9G 0 3.9G 0% /dev/shm /dev/sda8 29G 296M 27G 2% /apps /dev/sda1 243M 32M 198M 14% /boot /dev/sda5 7.9G 371M 7.2G 5% /home /dev/sda7 4.0G 137M 3.7G 4% /tmp /dev/sda6 7.9G 7.5G 0 100% /var cm_processes 3.9G 133M 3.8G 4% /var/run/cloudera-scm-agent/process /dev/sdm1 20G 172M 19G 1% /home/var The /var is full. Is it possible that this has something to do with my problem? The error seems like it is saying that I'm not able to make insertion into the DB.
... View more
09-02-2014
01:44 AM
Hi, I'm currently running Cloudera Manager 5.0.2. I am having problem when I try to delete host. And also when I try to assign roles to host. I added 2 hosts into cluster: 1. Host 1 did not pass host inspection because I installed the wrong CDH version (5.1.2); other hosts are running CDH 5.0.3. 2. Host 2 installed successfully, but I run into error when I try to add role. The error message is different, but I feel that the 2 problems are related somehow. Here's the error log that I received when I try to delete host: Version: Cloudera Enterprise Data Hub Edition Trial 5.0.2 (#297 built by jenkins on 20140606-2221 git: 80907df78ba6b50c21a598f0caff8b00685d5961) javax.persistence.PersistenceException:org.hibernate.exception.GenericJDBCException: could not perform addBatch at AbstractEntityManagerImpl.java line 1387 in org.hibernate.ejb.AbstractEntityManagerImpl convert() Stack Trace: Caused by: org.hibernate.exception.GenericJDBCException:could not perform addBatch at StandardSQLExceptionConverter.java line 54 in org.hibernate.exception.internal.StandardSQLExceptionConverter convert() Stack Trace: StandardSQLExceptionConverter.java line 54 in org.hibernate.exception.internal.StandardSQLExceptionConverter convert() SqlExceptionHelper.java line 125 in org.hibernate.engine.jdbc.spi.SqlExceptionHelper convert() BatchingBatch.java line 114 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch performExecution() BatchingBatch.java line 101 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch doExecuteBatch() AbstractBatchImpl.java line 149 in org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl execute() JdbcCoordinatorImpl.java line 198 in org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl executeBatch() ActionQueue.java line 372 in org.hibernate.engine.spi.ActionQueue executeActions() ActionQueue.java line 286 in org.hibernate.engine.spi.ActionQueue executeActions() AbstractFlushingEventListener.java line 339 in org.hibernate.event.internal.AbstractFlushingEventListener performExecutions() DefaultFlushEventListener.java line 52 in org.hibernate.event.internal.DefaultFlushEventListener onFlush() SessionImpl.java line 1234 in org.hibernate.internal.SessionImpl flush() AbstractEntityManagerImpl.java line 996 in org.hibernate.ejb.AbstractEntityManagerImpl flush() CmfEntityManager.java line 998 in com.cloudera.cmf.persist.CmfEntityManager flush() HardwareController.java line 514 in com.cloudera.server.web.cmf.HardwareController deleteHosts() <generated> line -1 in com.cloudera.server.web.cmf.HardwareController$$FastClassByCGLIB$$fcce8e79 invoke() MethodProxy.java line 191 in net.sf.cglib.proxy.MethodProxy invoke() Cglib2AopProxy.java line 688 in org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation invokeJoinpoint() ReflectiveMethodInvocation.java line 150 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() MethodSecurityInterceptor.java line 61 in org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor invoke() ReflectiveMethodInvocation.java line 172 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() Cglib2AopProxy.java line 621 in org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor intercept() <generated> line -1 in com.cloudera.server.web.cmf.HardwareController$$EnhancerByCGLIB$$4396e333 deleteHosts() NativeMethodAccessorImpl.java line -2 in sun.reflect.NativeMethodAccessorImpl invoke0() NativeMethodAccessorImpl.java line 57 in sun.reflect.NativeMethodAccessorImpl invoke() DelegatingMethodAccessorImpl.java line 43 in sun.reflect.DelegatingMethodAccessorImpl invoke() Method.java line 606 in java.lang.reflect.Method invoke() HandlerMethodInvoker.java line 176 in org.springframework.web.bind.annotation.support.HandlerMethodInvoker invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 436 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 424 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter handle() DispatcherServlet.java line 790 in org.springframework.web.servlet.DispatcherServlet doDispatch() DispatcherServlet.java line 719 in org.springframework.web.servlet.DispatcherServlet doService() FrameworkServlet.java line 669 in org.springframework.web.servlet.FrameworkServlet processRequest() FrameworkServlet.java line 585 in org.springframework.web.servlet.FrameworkServlet doPost() HttpServlet.java line 727 in javax.servlet.http.HttpServlet service() HttpServlet.java line 820 in javax.servlet.http.HttpServlet service() ServletHolder.java line 511 in org.mortbay.jetty.servlet.ServletHolder handle() ServletHandler.java line 1221 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() UserAgentFilter.java line 78 in org.mortbay.servlet.UserAgentFilter doFilter() GzipFilter.java line 131 in org.mortbay.servlet.GzipFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JAMonServletFilter.java line 48 in com.jamonapi.http.JAMonServletFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JavaMelodyFacade.java line 109 in com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() FilterChainProxy.java line 311 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterSecurityInterceptor.java line 116 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor invoke() FilterSecurityInterceptor.java line 83 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ExceptionTranslationFilter.java line 113 in org.springframework.security.web.access.ExceptionTranslationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SessionManagementFilter.java line 101 in org.springframework.security.web.session.SessionManagementFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AnonymousAuthenticationFilter.java line 113 in org.springframework.security.web.authentication.AnonymousAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RememberMeAuthenticationFilter.java line 146 in org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextHolderAwareRequestFilter.java line 54 in org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RequestCacheAwareFilter.java line 45 in org.springframework.security.web.savedrequest.RequestCacheAwareFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AbstractAuthenticationProcessingFilter.java line 182 in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() LogoutFilter.java line 105 in org.springframework.security.web.authentication.logout.LogoutFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextPersistenceFilter.java line 87 in org.springframework.security.web.context.SecurityContextPersistenceFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ConcurrentSessionFilter.java line 125 in org.springframework.security.web.session.ConcurrentSessionFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterChainProxy.java line 173 in org.springframework.security.web.FilterChainProxy doFilter() DelegatingFilterProxy.java line 237 in org.springframework.web.filter.DelegatingFilterProxy invokeDelegate() DelegatingFilterProxy.java line 167 in org.springframework.web.filter.DelegatingFilterProxy doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() CharacterEncodingFilter.java line 88 in org.springframework.web.filter.CharacterEncodingFilter doFilterInternal() OncePerRequestFilter.java line 76 in org.springframework.web.filter.OncePerRequestFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() ServletHandler.java line 399 in org.mortbay.jetty.servlet.ServletHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() SessionHandler.java line 182 in org.mortbay.jetty.servlet.SessionHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() ContextHandler.java line 766 in org.mortbay.jetty.handler.ContextHandler handle() WebAppContext.java line 450 in org.mortbay.jetty.webapp.WebAppContext handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() StatisticsHandler.java line 53 in org.mortbay.jetty.handler.StatisticsHandler handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() Server.java line 326 in org.mortbay.jetty.Server handle() HttpConnection.java line 542 in org.mortbay.jetty.HttpConnection handleRequest() HttpConnection.java line 945 in org.mortbay.jetty.HttpConnection$RequestHandler content() HttpParser.java line 756 in org.mortbay.jetty.HttpParser parseNext() HttpParser.java line 218 in org.mortbay.jetty.HttpParser parseAvailable() HttpConnection.java line 404 in org.mortbay.jetty.HttpConnection handle() SelectChannelEndPoint.java line 410 in org.mortbay.io.nio.SelectChannelEndPoint run() QueuedThreadPool.java line 582 in org.mortbay.thread.QueuedThreadPool$PoolThread run() Caused by: java.sql.BatchUpdateException:Batch entry 0 insert into AUDITS (OPTIMISTIC_LOCK_VERSION, ACTING_USER_ID, AUDIT_TYPE, CLUSTER_ID, SERVICE_ID, ROLE_ID, COMMAND_ID, USER_ID, HOST_ID, HOST_TEMPLATE_ID, CONFIG_CONTAINER_ID, CREATED_INSTANT, MESSAGE, IP_ADDRESS, AUDIT_ID) values ('0', '1', 'HOST', NULL, NULL, NULL, NULL, NULL, '4', NULL, NULL, '1409644295347', 'Deleted host analyticpapp6.telkomsel.co.id', '10.2.133.134', '203') was aborted. Call getNextException to see the cause. at AbstractJdbc2Statement.java line 2598 in org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler handleError() Stack Trace: AbstractJdbc2Statement.java line 2598 in org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler handleError() QueryExecutorImpl.java line 1836 in org.postgresql.core.v3.QueryExecutorImpl processResults() QueryExecutorImpl.java line 407 in org.postgresql.core.v3.QueryExecutorImpl execute() AbstractJdbc2Statement.java line 2737 in org.postgresql.jdbc2.AbstractJdbc2Statement executeBatch() NewProxyPreparedStatement.java line 1723 in com.mchange.v2.c3p0.impl.NewProxyPreparedStatement executeBatch() BatchingBatch.java line 110 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch performExecution() BatchingBatch.java line 101 in org.hibernate.engine.jdbc.batch.internal.BatchingBatch doExecuteBatch() AbstractBatchImpl.java line 149 in org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl execute() JdbcCoordinatorImpl.java line 198 in org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl executeBatch() ActionQueue.java line 372 in org.hibernate.engine.spi.ActionQueue executeActions() ActionQueue.java line 286 in org.hibernate.engine.spi.ActionQueue executeActions() AbstractFlushingEventListener.java line 339 in org.hibernate.event.internal.AbstractFlushingEventListener performExecutions() DefaultFlushEventListener.java line 52 in org.hibernate.event.internal.DefaultFlushEventListener onFlush() SessionImpl.java line 1234 in org.hibernate.internal.SessionImpl flush() AbstractEntityManagerImpl.java line 996 in org.hibernate.ejb.AbstractEntityManagerImpl flush() CmfEntityManager.java line 998 in com.cloudera.cmf.persist.CmfEntityManager flush() HardwareController.java line 514 in com.cloudera.server.web.cmf.HardwareController deleteHosts() <generated> line -1 in com.cloudera.server.web.cmf.HardwareController$$FastClassByCGLIB$$fcce8e79 invoke() MethodProxy.java line 191 in net.sf.cglib.proxy.MethodProxy invoke() Cglib2AopProxy.java line 688 in org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation invokeJoinpoint() ReflectiveMethodInvocation.java line 150 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() MethodSecurityInterceptor.java line 61 in org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor invoke() ReflectiveMethodInvocation.java line 172 in org.springframework.aop.framework.ReflectiveMethodInvocation proceed() Cglib2AopProxy.java line 621 in org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor intercept() <generated> line -1 in com.cloudera.server.web.cmf.HardwareController$$EnhancerByCGLIB$$4396e333 deleteHosts() NativeMethodAccessorImpl.java line -2 in sun.reflect.NativeMethodAccessorImpl invoke0() NativeMethodAccessorImpl.java line 57 in sun.reflect.NativeMethodAccessorImpl invoke() DelegatingMethodAccessorImpl.java line 43 in sun.reflect.DelegatingMethodAccessorImpl invoke() Method.java line 606 in java.lang.reflect.Method invoke() HandlerMethodInvoker.java line 176 in org.springframework.web.bind.annotation.support.HandlerMethodInvoker invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 436 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter invokeHandlerMethod() AnnotationMethodHandlerAdapter.java line 424 in org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter handle() DispatcherServlet.java line 790 in org.springframework.web.servlet.DispatcherServlet doDispatch() DispatcherServlet.java line 719 in org.springframework.web.servlet.DispatcherServlet doService() FrameworkServlet.java line 669 in org.springframework.web.servlet.FrameworkServlet processRequest() FrameworkServlet.java line 585 in org.springframework.web.servlet.FrameworkServlet doPost() HttpServlet.java line 727 in javax.servlet.http.HttpServlet service() HttpServlet.java line 820 in javax.servlet.http.HttpServlet service() ServletHolder.java line 511 in org.mortbay.jetty.servlet.ServletHolder handle() ServletHandler.java line 1221 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() UserAgentFilter.java line 78 in org.mortbay.servlet.UserAgentFilter doFilter() GzipFilter.java line 131 in org.mortbay.servlet.GzipFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JAMonServletFilter.java line 48 in com.jamonapi.http.JAMonServletFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() JavaMelodyFacade.java line 109 in com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() FilterChainProxy.java line 311 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterSecurityInterceptor.java line 116 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor invoke() FilterSecurityInterceptor.java line 83 in org.springframework.security.web.access.intercept.FilterSecurityInterceptor doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ExceptionTranslationFilter.java line 113 in org.springframework.security.web.access.ExceptionTranslationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SessionManagementFilter.java line 101 in org.springframework.security.web.session.SessionManagementFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AnonymousAuthenticationFilter.java line 113 in org.springframework.security.web.authentication.AnonymousAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RememberMeAuthenticationFilter.java line 146 in org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextHolderAwareRequestFilter.java line 54 in org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() RequestCacheAwareFilter.java line 45 in org.springframework.security.web.savedrequest.RequestCacheAwareFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() AbstractAuthenticationProcessingFilter.java line 182 in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() LogoutFilter.java line 105 in org.springframework.security.web.authentication.logout.LogoutFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() SecurityContextPersistenceFilter.java line 87 in org.springframework.security.web.context.SecurityContextPersistenceFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() ConcurrentSessionFilter.java line 125 in org.springframework.security.web.session.ConcurrentSessionFilter doFilter() FilterChainProxy.java line 323 in org.springframework.security.web.FilterChainProxy$VirtualFilterChain doFilter() FilterChainProxy.java line 173 in org.springframework.security.web.FilterChainProxy doFilter() DelegatingFilterProxy.java line 237 in org.springframework.web.filter.DelegatingFilterProxy invokeDelegate() DelegatingFilterProxy.java line 167 in org.springframework.web.filter.DelegatingFilterProxy doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() CharacterEncodingFilter.java line 88 in org.springframework.web.filter.CharacterEncodingFilter doFilterInternal() OncePerRequestFilter.java line 76 in org.springframework.web.filter.OncePerRequestFilter doFilter() ServletHandler.java line 1212 in org.mortbay.jetty.servlet.ServletHandler$CachedChain doFilter() ServletHandler.java line 399 in org.mortbay.jetty.servlet.ServletHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() SessionHandler.java line 182 in org.mortbay.jetty.servlet.SessionHandler handle() SecurityHandler.java line 216 in org.mortbay.jetty.security.SecurityHandler handle() ContextHandler.java line 766 in org.mortbay.jetty.handler.ContextHandler handle() WebAppContext.java line 450 in org.mortbay.jetty.webapp.WebAppContext handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() StatisticsHandler.java line 53 in org.mortbay.jetty.handler.StatisticsHandler handle() HandlerWrapper.java line 152 in org.mortbay.jetty.handler.HandlerWrapper handle() Server.java line 326 in org.mortbay.jetty.Server handle() HttpConnection.java line 542 in org.mortbay.jetty.HttpConnection handleRequest() HttpConnection.java line 945 in org.mortbay.jetty.HttpConnection$RequestHandler content() HttpParser.java line 756 in org.mortbay.jetty.HttpParser parseNext() HttpParser.java line 218 in org.mortbay.jetty.HttpParser parseAvailable() HttpConnection.java line 404 in org.mortbay.jetty.HttpConnection handle() SelectChannelEndPoint.java line 410 in org.mortbay.io.nio.SelectChannelEndPoint run() QueuedThreadPool.java line 582 in org.mortbay.thread.QueuedThreadPool$PoolThread run()
... View more
09-01-2014
11:20 PM
Thx! yeah it works. It's now writing to the cloudera-scm-server.log
... View more
09-01-2014
11:04 PM
I'm a newbie. I've accidentally deleted cloudera-scm-server.log, after I recreate the file, nothing gets written? How can I fix this?
... View more