I am using MSMQ and java client. When I try to receive messages, I get
hr <-1072824294> . Any ideas ?
Thanks
you are getting MQ_ERROR_BUFFER_OVERFLOW error . check your code please
Related
I've installed the Bro IDS but when I try to start the service an error is coming that :
Error: error occurred while trying to send mail: send-mail: SENDMAIL-NOTFOUND not found
starting ...
starting bro ...
bro terminated immediately after starting; check output with "diag"
I've already used broctl install and broctl update but still got the same error.
Kindly help
I've checked the configuration file i.e. node.cfg under /nsm/bro/etc and change the default interface eth0 with my system interface.
now bro has started
Bro can run without sendmail present but you may have been hit by a bug in Bro where it failed to include the Sendmail location in the config files. Whilst it says the bug was supposed to be fixed I've also seen the problem in Bro-2.5. So an easy fix is to do as suggested in the bug report and add the SendMail = /usr/sbin/sendmail to /usr/local/bro/etc/broctl.cfg and then rerun the deployment command:
sudo /usr/local/bro/bin/broctl deploy
I'm trying to use foren6 tool in contiki OS. I'm trying to import a packet trace of a RPL collect network from foren6 examples guide.
While loading pcap files, I'm getting error "could not start tshark". How do I solve this error?
In foren6, file->Preference-> click "Old Tshark" ! and Start.......
Can someone please shed some light on this cryptic exception being thrown when I try to connect and send a REST request to a local Ignite node ?
The request looks like this :
http://127.0.0.1:8080/ignite?cmd=top
There is no response from Ignite but I see the following in logs :
[GridTcpRestProtocol] Closing NIO session because of unhandled exception [cls=class o.a.i.i.util.nio.GridNioException, msg=Failed to parse incoming packet (invalid packet start) [ses=GridSelectorNioSessionImpl [selectorIdx=2, queueSize=0, writeBuf=null, readBuf=null, recovery=null, super=GridNioSessionImpl [locAddr=/127.0.0.1:8080, rmtAddr=/127.0.0.1:64501, createTime=1439344656124, closeTime=0, bytesSent=0, bytesRcvd=278, sndSchedTime=1439344656124, lastSndTime=1439344656124, lastRcvTime=1439344656124, readsPaused=false, filterChain=FilterChain[filters=[GridNioCodecFilter [parser=GridTcpRestParser [jdkMarshaller=JdkMarshaller [], routerClient=false], directMode=false]], accepted=true]], b=47]]
I am not able to figure out whats going wrong here. Searching the web for this issue I did not yeild much success. Please help. Thanks in advance.
<camel:from uri="pop3://125.55.100.14?username=test#mydomain.com&consumer.delay=30000&mapMailMessage=false&delete=true&unseen=true&password=test"/>
I am using this route to read mail from my mailbox
However i m getting following error,
*javax.mail.AuthenticationFailedException*: The system was unable to log test#mydomain.com in. Maildrop (file ) can not be located or opened. Please contact your POP3 administrator.
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:208)[84:javax.mail:1.4.5]
at javax.mail.Service.connect(Service.java:317)[84:javax.mail:1.4.5]
at org.apache.camel.component.mail.MailConsumer.ensureIsConnected(MailConsumer.java:376)[218:org.apache.camel.camel-mail:2.10.0.fuse-71-047]
at org.apache.camel.component.mail.MailConsumer.poll(MailConsumer.java:82)[218:org.apache.camel.camel-mail:2.10.0.fuse-71-047]
at org.apache.camel.impl.ScheduledPollConsumer.doRun(ScheduledPollConsumer.java:142)[129:org.apache.camel.camel-core:2.10.0.fuse-71-047]
at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:92)[129:org.apache.camel.camel-core:2.10.0.fuse-71-047]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_21]
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)[:1.7.0_21]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)[:1.7.0_21]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)[:1.7.0_21]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_21]
at java.lang.Thread.run(Thread.java:722)[:1.7.0_21]
please help me
It's strange that it says Maildrop (file ) without naming the file. It should be Maildrop (file mail\xxxx) or something similar. So, my first guess is that this error hasn't to do anything with the Camel configuration.
Hi I am having an issue with the SOAP , when I call my services I get this error:
<env:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Error occured while service was processing.</faultstring>
</env:Fault>
Do you know how to solve this problem then please help me.
This is not a symptom of one specific problem. All it says is that an "Error occured while service was processing.".
You'll have to look at any server logs to find out what error this was.