Camel route does not resume to pick the events from the pre filled activemq...
Hi All, I need urgent help here. I have an activemq queue from which my camel route receives the events. This activemq queue is pre filled with almost 90K events. When I start the route to receive the...
View ArticleHTTP Basic Authentication when using wsdljava generate java stub from WSDL!!
Hello, I tried to use wsdl2java to generate java client stub but it raised "Server returned HTTP response code: 401 for URL: ......" The service WSDL requires HTTP Basic Authentication. I tried to add...
View ArticlerouteContext features
Hi, I really like the feature of <routeContext>, but I think some features are missing. Maybe someone could point me to the right direction. - routeContext must not be empty I would like to give...
View ArticleKafka not showing log/lag size even though there is data in logs
I am using Kafka version 0.8, I have data in Kafka logs and wanted to replay that so I used the kafka tool to reset consumer offsetsto 0. Though now when I run the ConsumerOffsetChecker tool does not...
View ArticleProblem with ItemSimilarityJob, empty part-r-00000
I encounter few troubles with Mahout that I can't sort out.. The context is that I'm trying to calculate pairwise euclidean distances between music tracks based on 6 audio features per track. My input...
View ArticlePossibly leaking socket on ReplicaFetcherThread
We are running 3 kafka nodes, which servers 4 partition. We have been experiencing weird behavior during network outage. we had been experiencing twice in the last couple of days. the previous one took...
View ArticleLevelDB and Route-Tests
Hi Camel users I ran into another problem with the LevelDB aggregator persistence. The error I get is "Error opening LevelDB with file [path to persistentFileName]". The cause of it is "LOCK: already...
View Articleproducer is getting stuck
Hi, I have an issue while sending messages to ActiveMQ. I assume that, the following statement stands true. "producer internally receieves a receipt from the broker which unblocks the send() method." I...
View Article(Fediz) STS - passing info from LoginModule to ClaimsHandler
Hello, I am implementing a custom LoginModule and a custom ClaimsHandler for the Fediz STS. The custom classes are integrated into Fediz via config files, no problem. However, I do not know how to pass...
View ArticleBest practice for separating frontend and backend logic in wicket for testing?
There are some pages in my project which needs to interact with the backend. I have to load the data I would like to display or I have to persist form data. This works as I expect it and Wicket does...
View ArticleReplacing List of Property with Map of Strings in OAuth2 Data Model
Hi I'd like to check with those who have worked on persisting CXF OAuth2 Data Model (Thorsten and may be others) on the following. I've added a List<Property> field to Client, UserSubject, and...
View ArticleAny thoughts on Tapestry with PhoneGap?
I've previously written a jQueryMobile app served up by Tapestry and found that I had to approach it by writing TML files that were pretty much just a handful of divs as placeholders for JavaScript to...
View ArticleReply received for unknown correlationID
There is a middleware in between of two other software components. In the middleware I'm routing Apache ActiveMQ messages by Apache Camel. this is how it works: 1) 1stComponent uses middleware to send...
View ArticleAvoiding duplicate messages
Hi guys, consider the following route: from(srcEndpoint). to(destEndpoint1). to(destEndpoint2) I have a Java program which does the following: - create a Camel exchange, add an onComplition action to...
View ArticlePig local mode issue
Hi All,My script runs find in map reduce mode, but I get the following error when I run it in the local mode. I have made sure that the i/p file exists. I am not sure why map reduce is coming into...
View ArticlePig Local mode
Hi All,My script runs find in map reduce mode, but I get the following error when I run it in the local mode. I have made sure that the i/p file exists. I am not sure why map reduce is coming into...
View ArticleError in Kafka Producer
Hi all, I am a new user of Kafka. I tried Java example of it and it worked great. Now when I tried to write to a Producer (Java) and send ByteArray to it as a data, I get ClassCastException as below...
View Articlezk server falling apart from quorum due to connection loss and couldn't...
Hi All, We have deployed zookeeper version 3.5.0.1515976, with 3 zk servers in the quorum. The problem we are facing is that one zookeeper server in the quorum falls apart, and never becomes part of...
View ArticleO'Reilly Apache Flex book help
Hi all, The latest news on the Apache Flex book with O'Reilly is that I'm currently in negotiations with them to have this book made, i.e. "Programming Apache Flex" as a continuance of that same...
View ArticleSplit and Aggregate - Old Exchange is null everytime in AggregationStrategy
Hi, I see that this question has been asked a number of times but none of post helped or had a conclusive solution. I am splitting a message and then aggregating it using Aggregator2. The code was...
View Article