search for: ioexception

Displaying 20 results from an estimated 48 matches for "ioexception".

2009 Jun 04
2
alfresco with GFS2.0.0
...s in GFS ,alfresco couldn't start up ,but use server's local dir for alfresco ,it start well. The alfresco log is this : 14:22:43,009 User:System ERROR [lucene.index.IndexInfo] Channel reopen failed on index info files in: /data/lucene-indexes/user/alfrescoUserStore java.io.IOException: No such device at sun.nio.ch.FileChannelImpl.map0(Native Method) at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:747) at org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatusToFile(IndexInfo.java:2133) at org.alfresco.repo.search.im...
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over a Unix domain socket. I believe it is not currently possible to operate dovecot auth over an Internet domain (TCP) socket. Am I correct? I want to call dovecot's exported authentication from a Java application. Java doesn't natively know how to talk to a Unix domain socket, so there are inconveniences. There
2008 Aug 12
1
[LLVMdev] Using JIT to construct an invocation of a non-JIT function, or how do I interface to GCC exception handling
...;m having trouble with getting exceptions propagated through my dynamically created function and I'm struggling to figure out quite what exception handling tables I need to generate and quite how I make the GCC exception handler find them. So in other words I've got int doPUT() { throw IOException; } int doGET() { throw IOException } int main() { // magic up my function in memory containing calls to doGET and doPUT. try { // call my magic'd function } catch (IOException) { } } I've found various bits of information about the structure of the exception handling tables that GCC...
2017 Aug 09
1
Java bindings exceptions [was Re: Asking Help]
On Wed, Aug 09, 2017 at 11:09:55PM +0100, Olly Betts wrote: > The Xapian exception classes aren't wrapped for Java at the moment, so > currently you'll get a java.io.IOException exception, and you can check > for DatabaseModifiedError using code like this (untested): > > try { > // Code which might cause DatabaseModifiedError. > } catch (Exception e) { Sorry, that should be: } catch (java.io.IOException e) { > if (e.toString().startsWith(&quot...
2010 Oct 04
1
Error during scp transfer
Dear all I am implement one grid computing system using GridR package. I am working on windows platform. I did all the configuration according to the GridR tutorial. But it has some errors when I execute grid.apply function. Here is the output from stderr: R: not found java.io.IOException: Error during SCP transfer. at com.trilead.ssh2.SCPClient.get(SCPClient.java:703) at com.trilead.ssh2.SCPClient.get(SCPClient.java:596) at MySSh.download(MySSh.java:104) at MySSh.main(MySSh.java:151) Caused by: java.io.IOException: Remote SCP error: scp: grid/grid-OR...
2004 Aug 06
0
Lost ogg sync using jspeex
...//byte[] buffer=(byte[]) recordBuffer.elementAt(0); //toClient.write(buffer); //toClient.flush(); //recordBuffer.removeElementAt(0); } } catch(LineUnavailableException e) { System.out.println("LineUnavailableException...."+e.getMessage()); } catch(IOException e) { System.out.println("IOException ....."+e.getMessage()); } } } class SpeexPlayer extends Thread { PipedOutputStream pout; PipedInputStream pin; AudioFormat audioFormat; int bufferlength; DataLine.Info outputDataLineInfo; SourceDataLine sourceDataLine; Speex2PcmAudioI...
2004 Aug 06
0
Lost ogg sync using jspeex
...//byte[] buffer=(byte[]) recordBuffer.elementAt(0); //toClient.write(buffer); //toClient.flush(); //recordBuffer.removeElementAt(0); } } catch(LineUnavailableException e) { System.out.println("LineUnavailableException...."+e.getMessage()); } catch(IOException e) { System.out.println("IOException ....."+e.getMessage()); } } } class SpeexPlayer extends Thread { PipedOutputStream pout; PipedInputStream pin; AudioFormat audioFormat; int bufferlength; DataLine.Info outputDataLineInfo; SourceDataLine sourceDataLine; Speex2PcmAudioI...
2005 Jul 05
2
Java and R help
Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println ("Llamada a R..."); p = r.exec(sRutaR); } catch (IOException e) { System.out.println ("Error lanzando R: " + e.getMessage()); e.printStackTrace(); } catch (Exception ex) { System.out.println ("Error lanzando R!!!! " + ex.toString()); ex.printStackTrace();...
2023 Mar 01
1
Inherit Owner / Permissions
...as 0 byte files and then errors. ***************** Copy-Item : Element not found. At line:2 char:5 + Copy-Item -Path $_.FullName -Destination "X:\dest1 ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Copy-Item], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand ***************** When I look at the zero byte files in Unix drwxrwxr-x 2 ourapp digicol 6 Mar 1 14:02 . drwxrwx--- 8 user digicol 11 Mar 1 14:02 .. -rwxrw-r-- 1 ourapp digi...
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
...//toClient.flush();<BR> //recordBuffer.removeElementAt(0); <BR> <BR> }<BR> <BR> }<BR> catch(LineUnavailableException e)<BR> {<BR> System.out.println("LineUnavailableException...."+e.getMessage());<BR> }<BR> catch(IOException e)<BR> {<BR> System.out.println("IOException ....."+e.getMessage());<BR> }<BR> }<BR>}</FONT></DIV> <DIV><FONT face=Arial size=2>class SpeexPlayer extends Thread{<BR> PipedOutputStream pout;<BR> PipedInputStream pin;&...
2017 Aug 09
2
Asking Help
<span style="white-space:pre"> </span>Hi£¬I am a student in China and I am using Xapian to do some projects recently, for the error DatabaseModifiedError i dont know how to catch it in java, i do not find the relative class in xapian.jar. So I write this letter for help.<div><span style="white-space:pre"> </span>So sorry to interrupt
2009 Jul 20
2
Difference in Samba and CIFS interms of keeping the deleted files opened
...ontinuosly writes a data chunk to a file. On a side note, these same filesystems are accessible on a Solaris (unix) host too. When the java program is run and a file is being generated, I go to my unix terminal and happen to delete the file generated by the java program. Interestingly, there is an IOexception caught in the java program running on the Windows machine, when the file is deleted on the CIFS based filesystem (available on Solaris as a NFS filesystems) but there is no exception caught when the filesystem happens to be Samba (available on Solaris as /var , a regular partition). I delete the f...
2009 May 01
5
fts-solr plugin issue (Marked invalid)
..."Content-Type: " fields in attachments. For example: " Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt" " Indexing for this messages is stop with "fts_solr: Indexing failed: 500 Internal Server Error". In solr log is: " SEVERE: java.io.IOException: Mark invalid at java.io.BufferedReader.reset(BufferedReader.java:485) " (mail list with discussion: http://markmail.org/message/2fnfiwygvehjngyr#query:SEVERE%3A%20java.io.IOException%3A%20Mark%20invalid%20lucene+page:1+mid:2fnfiwygvehjngyr+state:results) Look's like dovecot try to index...
2011 Jan 10
3
How to check a number online or offline
Hi all, Now i want to check a number (channel) online, offline or unreachable on asterisk but i don`t know to do. Can anyone help me to solve this issue. Thanks and best regard! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110109/c193b48d/attachment.html>
2006 Feb 08
1
Dscript for knowing the I/O processes going on in Solaris10
Hi, I have an JAVA application using JNI calls which links to native libraries.When i run this application for around 4hrs i am getting a java.io.IOException "Not enough space". No memory leaks in JAVA as my JProbe reports are fine. I came across DTrace which help us to know what internally is happening in the Solaris10 machine as I doubt my system configuration for the above exception.I think my Solaris10 machine is not releasing memory a...
2009 May 01
0
(no subject)
...uot;Content-Type: " fields in attachments. For example: " Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt" " Indexing for this messages is stop with "fts_solr: Indexing failed: 500 Internal Server Error". In solr log is: " SEVERE: java.io.IOException: Mark invalid at java.io.BufferedReader.reset(BufferedReader.java:485) " (mail list with discussion: http://markmail.org/message/2fnfiwygvehjngyr#query:SEVERE%3A%20java.io.IOException%3A%20Mark%20invalid%20lucene+page:1+mid:2fnfiwygvehjngyr+state:results) Look's like dovecot try t...
2009 May 06
0
Solr FTS issues (Was fts-solr plugin issue (Marked invalid))
...essage. Let me clarify the issue that Nikolai was describing. We're running dovecot 1.1.11 and solr 1.4. The issue is quite simple. 1. I run a search. 2. Dovecot sends a list of emails to solr 3. Solr starts indexing them 4. Solr runs into a "bad" email and we get: SEVERE: java.io.IOException: Mark invalid org.apache.solr.common.SolrException log SEVERE: java.io.IOException: Mark invalid at java.io.BufferedReader.reset(BufferedReader.java:485) at org.apache.solr.analysis.HTMLStripReader.restoreState(HTMLStripReader.java:171) at org.apache.solr.ana...
2009 Jul 31
1
how to disable scim
Hello: I keep getting these An IOException occurred at scim_bridge_client_imcontext_set_cursor_location () messages -- and I'd like to turn them off. I won't mind having scim just plain turned off. However, in using Google, I find a hint such as "right click on the tray, ..." -- so where's the tray? A second part...
2009 Jul 20
0
Differences in Samba and CIFS in terms of keeping the deleted files open?
...chunk to a file. On a side note, these same > filesystems are accessible on a Solaris (unix) host too. > > When the java program is run and a file is being generated, I go to my unix > terminal and happen to delete the file generated by the java program. > Interestingly, there is an IOexception caught in the java program running on > the Windows machine, when the file is deleted on the CIFS based filesystem > (available on Solaris as a NFS filesystems) but there is no exception caught > when the filesystem happens to be Samba (available on Solaris as /var , a > regular partiti...
2006 Mar 03
1
Java related (?) problems with RWeka
....3 with Java 1.5.0_06, R version 2.2.1, Weka 3-4-7, and Rweka 0.2-1. CLASSPATH="/usr/local/weka-3-4-7/weka.jar:/usr/local/JGR/JGR.jar" I receive the error: NewObject("weka/core/Instances","(Ljava/io/Reader;)V",...) failed Exception in thread "main" java.io.IOException: end of line expected, read Token[=], line 1 at weka.core.Instances.errms(Unknown Source) at weka.core.Instances.getLastToken(Unknown Source) at weka.core.Instances.readHeader(Unknown Source) at weka.core.Instances.<init>(Unknown Source) Error in validObject(.O...