Thanks guys,
Not sure if mailing list supports attachment, let me try anyway.
Status command shows following:
[root@cent61 ~]# service pxf-service status
Checking if tcServer is up and running...
Checking if PXF webapp is up and running...
ERROR: PXF webapp is inaccessible but tcServer is up. Check logs for more
information
I was using the binary version downloaded from the site. I haven't tried to
compile from open source yet.
The port 51200 is opened
[root@cent61 logs]# cat tcserver.pid
8385
[root@cent61 logs]# ps -elf | grep 8385
0 S pxf 8385 1 0 80 0 - 312017 futex_ Oct29 ? 00:00:40
/usr/jdk64/jdk1.7.0_67/bin/java
-Djava.util.logging.config.file=/var/gphd/pxf/pxf-service/conf/logging.properties
-Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager
-Xmx512M -Xss256K
-Djava.endorsed.dirs=/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE/endorsed
-classpath
/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE/bin/bootstrap.jar:/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE/bin/tomcat-juli.jar
-Dcatalina.base=/var/gphd/pxf/pxf-service
-Dcatalina.home=/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE
-Djava.io.tmpdir=/var/gphd/pxf/pxf-service/temp
org.apache.catalina.startup.Bootstrap start
4 S root 23247 22386 0 80 0 - 25813 pipe_w 14:35 pts/2 00:00:00 grep
8385
[root@cent61 logs]# netstat -anp | grep 8385
tcp 0 0 ::ffff:127.0.0.1:6969 :::*
LISTEN 8385/java
tcp 0 0 :::51200 :::*
LISTEN 8385/java
unix 2 [ ] STREAM CONNECTED 2344585 8385/java
unix 2 [ ] STREAM CONNECTED 2344417 8385/java
Cheers
在 2015-10-29 03:22:48,"Jimmy Da" <[email protected]> 写道:
So it seems that Tomcat server is up, but the pxf servlet has not started. To
confirm this, you can run "pxf-service status" to double check that pxf service
is running.
One guess on what the problem is that the Java libraries were not loaded
correctly. I am looking at this line
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log
Can you double check that you can find all the jar files at the locations in
this file?
https://github.com/apache/incubator-hawq/blob/master/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath
Jimmy Da
That’s what people do, they leap, and hoping to God they can fly.
On Wed, Oct 28, 2015 at 12:03 PM, Ting(Goden) Yao <[email protected]> wrote:
Hi sequoiadb,
which hawq/pxf version are you using (did you just compile the open source
version or it's former pivotal released hawq versions)?
Can you also attach pxf logs for investigation?
it's at var/log/gphd/
-Goden
On Wed, Oct 28, 2015 at 1:51 AM sequoiadb <[email protected]>
wrote:
Hi guys,
I’m trying to setup PXF for HBase and got the following error:
tpch=# create external table hbase_member ( recordkey bytea, "address:city"
varchar, "address:contry" varchar, "address:province" varchar, "info:age" int,
"info:birthday" varchar, "info:company" varchar ) location (
'pxf://cent61:50070/member?PROFILE=HBase') FORMAT 'CUSTOM'(
FORMATTER='pxfwritable_import');
CREATE EXTERNAL TABLE
tpch=# select * from hbase_member;
ERROR: remote component error (0) from '192.168.31.205:51200': couldn't
connect to host (libchurl.c:852)
I could successfully create regular tables and perform queries, but when I try
to create pxf tables I’m keep getting error on connecting to port 51200.
So I tried to start pxf-service and got
[root@cent61 profile.d]# service pxf-service init
Creating instance 'pxf-service' ...
Using separate layout
Creating bin/setenv.sh
Applying template 'base'
Copying template's contents
Applying fragment 'context-fragment.xml' to 'conf/context.xml'
Applying fragment 'server-fragment.xml' to 'conf/server.xml'
Applying fragment 'web-fragment.xml' to 'conf/web.xml'
Applying fragment 'tomcat-users-fragment.xml' to 'conf/tomcat-users.xml'
Applying fragment 'catalina-fragment.properties' to
'conf/catalina.properties'
Applying template 'base-tomcat-7'
Copying template's contents
Applying fragment 'server-fragment.xml' to 'conf/server.xml'
Applying fragment 'web-fragment.xml' to 'conf/web.xml'
Applying fragment 'catalina-fragment.properties' to
'conf/catalina.properties'
Applying template 'bio'
Copying template's contents
Applying fragment 'server-fragment.xml' to 'conf/server.xml'
Configuring instance 'pxf-service' to use Tomcat version 7.0.55.A.RELEASE
Setting permissions
Instance created
Connector summary
Port: 51200 Type: Blocking IO Secure: false
[root@cent61 profile.d]# service pxf-service start
/var/gphd/pxf /
Creating home directory for pxf.
Using CATALINA_BASE: /var/gphd/pxf/pxf-service
Using CATALINA_HOME:
/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE
Using CATALINA_TMPDIR: /var/gphd/pxf/pxf-service/temp
Using JRE_HOME: /usr/jdk64/jdk1.7.0_67
Using CLASSPATH:
/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE/bin/bootstrap.jar:/opt/vmware/vfabric-tc-server-standard/tomcat-7.0.55.A.RELEASE/bin/tomcat-juli.jar
Using CATALINA_PID: /var/gphd/pxf/pxf-service/logs/tcserver.pid
Tomcat started.
Status: RUNNING as PID=8385
/
Checking if tcServer is up and running...
tcServer not responding, re-trying after 1 second (attempt number 1)
tcServer not responding, re-trying after 1 second (attempt number 2)
Checking if PXF webapp is up and running...
ERROR: PXF webapp is inaccessible but tcServer is up. Check logs for more
information
Now the select statement showing another error:
tpch=# select * from base_member;
ERROR: GPHD component not found (libchurl.c:1058)
Looks like hit this error:
bool handle_special_error(long response)
{
switch (response)
{
case404:
elog(ERROR, "GPHD component not found");
break;
default:
returnfalse;
}
returntrue;
}
Now do I need some sort of web service running, in order to make it work?
Is it caused by PXF web app was not able to run? Which log do I supposed to
look?
catalina log showing this and I’m not sure if it’s the right one to look:
29-Oct-2015 16:37:34.923 SEVERE [localhost-startStop-1]
org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild:
start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/pxf]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: Lorg/apache/commons/logging/Log;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2436)
at java.lang.Class.getDeclaredFields(Class.java:1806)
at
org.apache.catalina.util.Introspection.getDeclaredFields(Introspection.java:106)
at
org.apache.catalina.startup.WebAnnotationSet.loadFieldsAnnotation(WebAnnotationSet.java:270)
at
org.apache.catalina.startup.WebAnnotationSet.loadApplicationListenerAnnotations(WebAnnotationSet.java:89)
at
org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:63)
at
org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:403)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:879)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:374)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5378)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
... 10 more
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
... 24 more
29-Oct-2015 16:37:34.924 SEVERE [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
application archive /var/gphd/pxf/pxf-service/webapps/pxf.war
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/pxf]]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
I’m running on a previously built HDP 2.2.8 and performed manual HAWQ
installation. I got most parts done but stuck at PXF component, any help would
be appreciate.
Thanks
29-Oct-2015 16:37:26.891 INFO [main]
com.springsource.tcserver.security.PropertyDecoder.<init> tc Runtime property
decoder using memory-based key
29-Oct-2015 16:37:27.406 INFO [main]
com.springsource.tcserver.security.PropertyDecoder.<init> tcServer Runtime
property decoder has been initialized in 529 ms
29-Oct-2015 16:37:30.581 INFO [main] org.apache.coyote.AbstractProtocol.init
Initializing ProtocolHandler ["http-bio-51200"]
29-Oct-2015 16:37:32.665 INFO [main]
com.springsource.tcserver.licensing.LicensingLifecycleListener.setComponentState
ComponentState to on
29-Oct-2015 16:37:32.900 INFO [main]
com.springsource.tcserver.serviceability.rmi.JmxSocketListener.init Started up
JMX registry on 127.0.0.1:6969 in 212 ms
29-Oct-2015 16:37:32.926 INFO [main]
org.apache.catalina.core.StandardService.startInternal Starting service Catalina
29-Oct-2015 16:37:32.927 INFO [main]
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine:
VMware vFabric tc Runtime 2.9.7.RELEASE/7.0.55.A.RELEASE
29-Oct-2015 16:37:32.997 INFO [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
archive /var/gphd/pxf/pxf-service/webapps/pxf.war
29-Oct-2015 16:37:33.352 INFO [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.readClasspathFile Trying
to read classpath file /etc/gphd/pxf/conf/pxf-private.classpath
29-Oct-2015 16:37:33.378 INFO [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Classpath
file /etc/gphd/pxf/conf/pxf-private.classpath has 46 entries
29-Oct-2015 16:37:33.405 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-hdfs-client/hadoop-hdfs.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-hdfs-client
29-Oct-2015 16:37:33.405 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-hdfs-client/hadoop-hdfs.jar doesn't match any files
29-Oct-2015 16:37:33.405 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry
/usr/phd/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-mapreduce-client
29-Oct-2015 16:37:33.405 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core.jar
doesn't match any files
29-Oct-2015 16:37:33.405 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/hadoop-auth.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client
29-Oct-2015 16:37:33.406 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/hadoop-auth.jar doesn't match any files
29-Oct-2015 16:37:33.406 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/hadoop-common.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client
29-Oct-2015 16:37:33.406 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/hadoop-common.jar doesn't match any files
29-Oct-2015 16:37:33.413 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/asm-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.413 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/asm-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/avro-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/avro-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-cli-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-cli-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-codec-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.414 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-codec-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.415 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-collections-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.415 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-collections-*[0-9].jar doesn't match
any files
29-Oct-2015 16:37:33.415 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-configuration-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.421 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-configuration-*[0-9].jar doesn't
match any files
29-Oct-2015 16:37:33.421 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-io-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.422 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-io-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.422 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-lang-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.422 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-lang-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.422 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/commons-logging-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.422 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/commons-logging-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/guava-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/guava-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/htrace-core-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/htrace-core-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/hadoop-lzo-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.423 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/hadoop-lzo-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.424 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/jackson-core-asl-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.424 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/jackson-core-asl-*[0-9].jar doesn't match
any files
29-Oct-2015 16:37:33.424 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/jackson-mapper-asl-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.438 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/jackson-mapper-asl-*[0-9].jar doesn't match
any files
29-Oct-2015 16:37:33.438 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/jetty-*.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.439 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/jetty-*.jar doesn't match any files
29-Oct-2015 16:37:33.439 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/jersey-core-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.439 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/jersey-core-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.439 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/jersey-server-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.439 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/jersey-server-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/log4j-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/log4j-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/protobuf-java-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/protobuf-java-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/slf4j-api-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.440 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/slf4j-api-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.441 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hadoop-client/lib/snappy-java-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hadoop-client/lib
29-Oct-2015 16:37:33.441 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hadoop-client/lib/snappy-java-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.441 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hbase-client/lib/hbase-client.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hbase-client/lib
29-Oct-2015 16:37:33.441 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hbase-client/lib/hbase-client.jar doesn't match any files
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hbase-client/lib/hbase-common.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hbase-client/lib
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hbase-client/lib/hbase-common.jar doesn't match any files
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hbase-client/lib/hbase-protocol.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hbase-client/lib
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hbase-client/lib/hbase-protocol.jar doesn't match any files
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hbase-client/lib/htrace-core-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hbase-client/lib
29-Oct-2015 16:37:33.451 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hbase-client/lib/htrace-core-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.452 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hbase-client/lib/netty-*[0-9].Final.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hbase-client/lib
29-Oct-2015 16:37:33.452 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hbase-client/lib/netty-*[0-9].Final.jar doesn't match any files
29-Oct-2015 16:37:33.452 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/zookeeper-client/zookeeper.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/zookeeper-client
29-Oct-2015 16:37:33.456 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/zookeeper-client/zookeeper.jar doesn't match any files
29-Oct-2015 16:37:33.457 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/antlr-runtime-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.457 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/antlr-runtime-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.457 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/datanucleus-api-jdo-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.457 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/datanucleus-api-jdo-*[0-9].jar doesn't match
any files
29-Oct-2015 16:37:33.460 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/datanucleus-core-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.460 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/datanucleus-core-*[0-9].jar doesn't match any
files
29-Oct-2015 16:37:33.460 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/hive-exec.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.461 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/hive-exec.jar doesn't match any files
29-Oct-2015 16:37:33.461 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/hive-metastore.jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.461 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/hive-metastore.jar doesn't match any files
29-Oct-2015 16:37:33.465 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/jdo-api-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.465 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/jdo-api-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.465 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Failed to
load entry /usr/phd/current/hive-client/lib/libfb303-*[0-9].jar:
java.nio.file.NoSuchFileException: /usr/phd/current/hive-client/lib
29-Oct-2015 16:37:33.465 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/phd/current/hive-client/lib/libfb303-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.466 WARNING [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Entry
/usr/lib/gphd/pxf/pxf-hive-*[0-9].jar doesn't match any files
29-Oct-2015 16:37:33.467 INFO [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.readClasspathFile Trying
to read classpath file /etc/gphd/pxf/conf/pxf-public.classpath
29-Oct-2015 16:37:33.492 INFO [localhost-startStop-1]
com.pivotal.pxf.service.utilities.CustomWebappLoader.addRepositories Classpath
file /etc/gphd/pxf/conf/pxf-public.classpath has 0 entries
29-Oct-2015 16:37:34.923 SEVERE [localhost-startStop-1]
org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild:
start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/pxf]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: Lorg/apache/commons/logging/Log;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2436)
at java.lang.Class.getDeclaredFields(Class.java:1806)
at
org.apache.catalina.util.Introspection.getDeclaredFields(Introspection.java:106)
at
org.apache.catalina.startup.WebAnnotationSet.loadFieldsAnnotation(WebAnnotationSet.java:270)
at
org.apache.catalina.startup.WebAnnotationSet.loadApplicationListenerAnnotations(WebAnnotationSet.java:89)
at
org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:63)
at
org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:403)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:879)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:374)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5378)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
... 10 more
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
... 24 more
29-Oct-2015 16:37:34.924 SEVERE [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
application archive /var/gphd/pxf/pxf-service/webapps/pxf.war
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/pxf]]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
29-Oct-2015 16:37:34.928 INFO [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application
archive /var/gphd/pxf/pxf-service/webapps/pxf.war has finished in 1,929 ms
29-Oct-2015 16:37:34.928 INFO [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory /var/gphd/pxf/pxf-service/webapps/ROOT
29-Oct-2015 16:37:35.405 INFO [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory /var/gphd/pxf/pxf-service/webapps/ROOT has finished in
476 ms
29-Oct-2015 16:37:35.410 INFO [main] org.apache.coyote.AbstractProtocol.start
Starting ProtocolHandler ["http-bio-51200"]