Problem while trying logic express

I have to decide if I prefer logic to dp5, so i got logic express trial and it seems
pretty friendly but !! I got an error message: error while syncronizing with midi.
and also logic xpress rarely reconized or load audiocore properly.
Dp5 ? works ok but craches all the time...
Kind of lost a bit...
thanks
pc   Windows XP Pro  

I solved the problem. The problem was that my network was crypted by WPA2-PSK(TKIP), wich is not compatible with the  AirPort. I re-crypted my network with WPA2-PSK(AES), and it works now.

Similar Messages

  • Problem while trying to load or access OracleTypes.CURSOR value

    Hi all,
    I configured my datasource as follow
    URL:  jdbc:oracle:thin:@192.10.1.230:1521:interp
    Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
    an my namedquery is
    +@NamedNativeQuery(name = "generaFoliosRenCot",+
    *+               query = "{ ? = call pkg_renovaciones.fn_rencot_auto(:ageid) }",+*
    *+               resultClass = FoliosGenerados.class,+*
    *+               hints = { @javax.persistence.QueryHint(name = "org.hibernate.callable", value = "true") })+*
    I'm using
    <org.springframework.version>3.0.5.RELEASE</org.springframework.version>
    <org.hibernate.version>3.5.4-Final</org.hibernate.version>
    <com.oracle.jdbc.version>10.2.0.4.0</com.oracle.jdbc.version>
    Weblogic 10.3.4
    when i run my app on junit its run fine
    but when i run my app on weblogic server the problem is when i call a function on oracle 9i the error is:
    +*[02/08/2011 10:00:00 ERROR ServiceThrowsAdvice:doRecoveryActionDataAccess:26] - :::: ** ::::Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
    +*org.springframework.orm.hibernate3.HibernateSystemException: Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:679)
         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
         at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl.generaFoliosRenCot(FoliosGeneradosDaoImpl.java:28)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
         at $Proxy206.generaFoliosRenCot(Unknown Source)
         at mx.grupocp.inter.controller.scheduler.jobs.impl.ExecuteShellsImpl.generaFoliosRenovCot(ExecuteShellsImpl.java:86)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:80)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.lang.Thread.run(Thread.java:619)
    *+Caused by: org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value+*
         at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:308)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1609)
         at org.hibernate.loader.Loader.doQuery(Loader.java:717)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:270)
         at org.hibernate.loader.Loader.doList(Loader.java:2294)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2172)
         at org.hibernate.loader.Loader.list(Loader.java:2167)
         at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:316)
         at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1832)
         at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:165)
         at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:179)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:34)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:29)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
         ... 37 more
    +*Caused by: java.lang.IllegalAccessException: Class org.hibernate.dialect.Oracle9Dialect can not access a member of class oracle.jdbc.driver.OracleTypes with modifiers ""*+
         at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
         at java.lang.Class.newInstance0(Class.java:349)
         at java.lang.Class.newInstance(Class.java:308)
         at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:306)
         ... 50 more
    please help me

    Hi,
    Have a look at this tread:
    Re: Problems of hibernate calling oracle stored procedure
    Regards peter

  • Regarding problem while assigning logical system

    Hi Friends,
    I had a problem while assigning logical system to the client where in both of my systems are having same client number which belong to 2 different systems.
    while assigning the sender and receiver logical system to the same client i am facing problem stating that an entry has already been made for the same key.
    could any one plz give me a clear idea...while assigning logical systems (cross clients) for 2 different systems having same client number.
    Regards,
    Madhu

    Hello Madhusree,
    I'm running with same problem. I've created two logical systems and assigned them to two different clients. But here pops up the issue while generating partner profiles, throwing error "No active plan version exists". Later when I researched about the issue, I came to know that T77S0 table doesn't have any entries regarding plan versions. Basically, I created two clients by doing "client copy" from source client (800 & 100). And I could see plan version entries in the T77S0 of client 800. So, I thought of assigning just defined logical system to the source client 800 itself. But it throws error saying "entry already exists"; as client (800) is already assigned with other logical system.
    By coming across your post, gives me leap of hope that two logical systems can be assigned to same client. Could you please share me those troubleshooting steps concerning this issue. Points will be awarded.
    Regards, Anil. 

  • Im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    i have been dealing with this same issue, tried to  turn off firewall and even turn of antivirud but still it gave me the same error.

  • Problem while trying to install OVI suite

    Hi, guys! How you doing? I've got a problem while trying to install OVI Suite: I'm getting a warning signal that says "Something got wrong - Nokia Ovi Suite installations require that PC Connectivity solution 7.0.0.0 or a later version to be already installed before continuing installation" and I can't install after that. I've been searching at Google, but I have found nothing. Hope you can help me. Thanks in advance.
    Attachments:
    error.png ‏7 KB

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Problems recording using Logic Express 9

    Hi everybody,
    I'm a new Mac user. I'm a musician and I recently started to use a home studio for small projects.
    Lately, I acquired some nice microphones to record a classical guitar and other acoustic instruments through Logic. However, something's going wrong and I can't make it work.
    Before I describe the problem, let me tell you what I use:
    - iMac (OS Lion 10.7)
    - Logic Express 9
    - m-audio Fast track ultra
    - Rode NT5 condenser microphones
    Problem:
    As stated before, I'm having trouble using my microphones. Logic just doesn't hear the signal. However, if I plug a guitar directly into the m-audio box andf then into Logic, I can record no problem. Same thing if I use an electric piano (Yamaha P-95) into the m-audio box then into Logic with the Midi sound bank, everything's fine! It all goes dead when I plug in the microphones. The weird thing is that I can hear and see the signal through the m-audio box using headphones. However, Logic doesn't even show me a sign of any activity. I thought it had something to do with the Phantom power, but no. I tried and nothing. My guess is that something needs to be activated in Logic but I just can't find it.
    Anybody with an idea?
    thanks
    CJ

    Hi,
    no worries, these are all good suggestions to check out.
    Actually, I did all of this already, but the problem was somewhere else....
    I finally found what it was. The m-audio has a software that has a board control and the "software returns" signal was off.
    Also, a good "restart" of my computer made things a bit easier.
    Thanks for your help!

  • Problem while trying to use canon lbp 3050 help me please

    Dear all,
    I have a problem while using my Canon LBP 3050 printer for my Mac OS X ver 10.6.8
    I already install the programme and add new printer into my system preferences , there is a connection to the printer Canon LBP 3050 and the programme installation is working, I think because there is no warning "unsuccesfully installment" .
    But when I started to print , no respon at all but the printer status monitor showed that my printing job has been done. no pending works there.
    so can you help me to solve this problem?
    thank you in advance

    Thanks for your respons.
    I tried your suggestion and I relieve that it works. thanks.
    but… there is another problem again …
    why the result of the printing is just the up side. so the bottom side disappear. I already make sure that the ink is new.
    I try to put it off and try again and again and… the result is still the same. print the up side only (just the first line from the whole document).
    this is the driver version : 3.30
    Here is the driver that I downloaded
    http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDkwMDAwNzcyMjEw&cmp=ACB〈 =EN
    i think this one is the new one , isn't it?
    I'm waiting for your respon again...
    thanks a lot

  • Problem while trying to download files- Fatal error message

    Hi
    I have just bought a copy of photoshop cs3.  Got a deal on it so couldnt refuse.
    The problem I have is while trying to download pictures off my memory card.  I put them into the card reader and when I went to advanced settings it came up with an error message which would then close the upload box when clicked ok.
    This same message appeared when I didnt choose advanced settings and started to download pics.
    I checked that some have downloaded but stopped once the error message appeared.
    Below is the info that came up
    Fatal error
    Adobe photo downloader has encountered a problem and needs to close. We are sorry for the inconveinience.
    Error code c0000094
    Address fa770ab

    I normally use the canon downloader and download the pics straight from the camera.
    The cardreader works fine with the memory card as it has worked fine everytime in the past.
    I thought there may be some settings that need to be changed somewhere for adobe bridge downloader to work correctly.

  • Problem while trying to install MS tools for PDA

    I'm using Windows XP service pack 2 (new PC at work...), and I get the message "'Windows CE Emulator' will cause Windows to become unstable. Windows has prevented these drivers from loading." while trying to install the eVC4 package required to run the LabVIEW PDA Module.
    So far, no way to solve the problem, even trying to follow/understand the "Help and Support" file that is proposed by Window.
    Any hint ?
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Problems while trying to open OBI Administration Tool

    Hi everybody,
    I’m getting an error while trying to open the OBI Administration Tool. I performed properly the installation with the client installer, and then created the ODBC connection to the OBI Server, which is hosted in a Red Hat Enterprise Linux 5 (64  bits).
    The error I’m getting is the next one:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client T...
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    This is an error that seems to have appeared previously on the forum, but unfortunately I didn’t find any fixing solution. I found posts speaking about cleaning the boot and reinstalling the Visual C++ running components, but they don’t work (at least in my case).
    Any idea?
    Thanks in advance,
    Hibai.

    Hi,
    I have one more question. I need to migrate the database from US7ASCII to UTF8.
    For this I ran csscan for user "TEST" as well as against full database.
    Below log is the csscan output against full database. but my application is depended on TEST schema only. Shall I need to migrate SYS objects data as shown below or it's not required?. If required how to migrate these objects data?
    Looking forward you help.
    USER.TABLE Convertible Exceptional
    SYS.METASTYLESHEET 58 TEST.Table_1 9 0
    TEST.Table_2 11 0
    TEST.Table_3 17 0
    TEST.Table_4 11 0
    [Distribution of Convertible Data per Column]
    USER.TABLE|COLUMN Convertible Exceptional
    SYS.METASTYLESHEET|STYLESHEET 58 0
    Thanks,
    Sankar

  • Problem while trying to get meta data from entity in CRM 2011 using java

    Hi,
    I have been trying to get the meta data from entity. Below is the code what i have tried.                                 
    EntityFilters entfilter = new EntityFilters();
    EntityFilters_type0 eftypes [] = new EntityFilters_type0[]{EntityFilters_type0.Attributes};
    entfilter.setEntityFilters_type0(eftypes);
    EntityFiltersE entityFiltersE = new EntityFiltersE();
    entityFiltersE.setEntityFilters(entfilter);
    Boolean RAIP = new Boolean(true);
    OrganizationServiceStub.ParameterCollection parameterCollection = new OrganizationServiceStub.ParameterCollection();
    OrganizationServiceStub.KeyValuePairOfstringanyType entityFilters = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    entityFilters.setKey("EntityFilters");
    entityFilters.setValue(entityFiltersE);
    OrganizationServiceStub.KeyValuePairOfstringanyType retAsIfPublished = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    retAsIfPublished.setKey("RetrieveAsIfPublished");
    retAsIfPublished.setValue(RAIP);
    parameterCollection.addKeyValuePairOfstringanyType(entityFilters);
    parameterCollection.addKeyValuePairOfstringanyType(retAsIfPublished);
    OrganizationServiceStub.OrganizationRequest request=new OrganizationServiceStub.OrganizationRequest();
                request.setRequestName("RetrieveAllEntities");
                request.setParameters(parameterCollection);
                OrganizationServiceStub.Execute org_execute = new OrganizationServiceStub.Execute();
                org_execute.setRequest(request);
    ExecuteResponse resp  =  serviceStub.execute(org_execute);
    And getting the below error.
    [ERROR] The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter
    http://schemas.microsoft.com/xrm/2011/Contracts/Services:request. The InnerException
    message was 'Element value from namespace http://schemas.datacontract.org/2004/07/System.Collections.Generic cannot have child contents to be deserialized as an object. Please use XmlNode[] to deserialize this pattern of XML.'.  Please see
    InnerException for more details.
    Please help me if any one have an idea on this error.
    Thanks in advance.

    Hi
    Did you get this resolved ?

  • Connection problem while trying to connect with server on i cloud??

    When i try to connect to i tunes i have a connection fault that says problem while rying to connct with server?
    Please help!

    I am having the exact same problem.  Cox has no fix.  I am in RI.

  • Using Space Designer from Soundtrax Pro while in Logic Express

    I have logic epress on my powerbook G4 that doesn't have the Space Designer effects plugin. On my imac G5 I have Final Cut Pro wich includes the Space Designer plug-in. If I install logic express on my imac, will I be able to use the Space Designer plugin from Final Cut Pro?

    Short answer: maybe.
    Long answer: it will require using something like JackOSX or sending audio through a network or spare pair of i/o on your soundcard, out of LE, into Soundtrack Pro and Space Designer, and then back into LE.
    This may result in considerable latency (which is really just pre-delay anyway, so no biggie) and may or may not work (i.e. don't hunt me down if it doesn't work!).
    SD will not show up in LE if they are installed on the same machine.

  • Repeated error: 11 problems while trying to backup to time machine

    A few months ago I purchased a 750GB NESO external hard drive and have never been able to back up using time machine on it. I can manually back up files no problem, but I have yet to get time machine to finish a complete backup, despite trying every fix I could find on the internet.
    This includes reformatting the external, making sure there is a separate partition for the Time machine backup, making sure that partition is formatted as Mac OS extended (journaled) and GUID.
    Every time I try to back up I get the same error message: "An error occurred while copying files to the backup volume". This happens at various time during the backup process. Sometimes after a few MBs, sometimes after 1.5 Gigs have been backed up.
    This is what I get from the system log every time-
    *Feb 3 18:34:59 Computername com.apple.backupd[1228]: Copied 137 files (1.2 GB) from volume Macintosh HD.*
    *Feb 3 18:34:59 Computername com.apple.backupd[1228]: Copy stage failed with error:11*
    *Feb 3 18:35:04 Computername com.apple.backupd[1228]: Backup failed with error: 11*
    *Feb 3 18:35:05 Computername UserNotificationCenter[1282]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found. Did find:\n /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper*
    *Feb 3 18:35:54: --- last message repeated 37 times ---*
    I have tried excluding the divx decoder.component file I located in the Quicktime folder, I have excluded the whole Divx application, I have even excluded the entire Quicktime folder. I also reseted the time machine setup including erasing the existing "/Time Machine Backups/Backups.backupdb/nameOfComputer/date.inProgress" file as advised in the troubleshooting guide in this forum after excluding each. Still the same error every time.
    After having tried all suggested solutions including those listed in the troubeshooting guide here I am truly baffled as to what the problem is. Please advise.

    brocktoon4 wrote:
    Any idea how this is possible? Did the smaller partition isolate the defect? Thank you again for all your suggestions and help. I am relieved to finally get time machine working. If you can shed some light on this little mystery as well I would be grateful.
    I don't have a lot of expertise there, but yes, if there's a bad spot on the disk, in the area where TM was trying to put new backups, that could do it.
    Partitions aren't like folders, where their data may be scattered; each one is on a +*physically separate+* part of the disk.
    Usually, if there's a bad spot, it will be discovered when writing to it; any time you do a write, it's automatically read back and compared. If there's a problem, it's retried a certain number of times, and if it still fails, the sector is marked "damaged" so it won't be re-used, and a different sector used.
    I would strongly* recommend that you not trust your backups to a drive that's had such trouble, especially if they're your only backups.
    I learned many years ago (the hard way, of course ), not to trust my backups to a single app or piece of hardware. No app is perfect; neither is any hardware.
    You might want to keep a secondary backup, such as a "bootable clone" of your system, on a separate external disk. This is commonly done with CarbonCopyCloner (which I use in addition to full Time Machine backups) or SuperDuper. There are variations, but typically a clone is an exact copy of your system, with none of the previous copies of things you've deleted or changed, like Time Machine keeps. Unlike Time Machine, you can boot and run your Mac normally (but a bit slower) from them.
    This gives you the advantages of both types of backup, and protects you from a problem with one of them (external drives fail, too). Some folks do the "clone" to a portable external HD, and take it to their safe deposit box, workplace, relative's house, or other secure location periodically. Others have a pair that they swap weekly or so. Thus they're also protected against fire, flood, theft, direct lightning strike on their power lines, etc.
    CCC is donationware, so you can use it free for a while. If you decide to keep it, send them some $$ so they can keep it up to date. SD has a free version, but to do updates (rather than a full replacement) or automatic scheduling, you need the paid version (about $30).
    Either is available via Google, VersionTracker.com, or MacUpdate.com.

  • Problems while trying to read

    Hi,
    I am trying to read the "Received" headers for an email that is coming into my inbox. The headers are long and hence getting "folded". For example an email has these 2 headers [besides others]:
    Received: by 10.54.23.20 with SMTP id 20cs33514wrw; Fri, 8 Apr 2005 11:
    04:10 -0700 (PDT)
    Received: by 10.54.20.77 with SMTP id 77mr1958208wrt; Fri, 08 Apr 2005
    11:04:10 -0700 (PDT)
    You will note that there are 2 "received" headers. The first one is getting folded just after the hour [and  ":"] has been specified (folds just after Fri, 8 Apr 2005 11: )
    The second one is getting folded just after the year has been specified.
    The first lines of both the headers end with a CLRF
    The second lines of both the headers start with a white space [simple space]. Folds just after Fri, 08 Apr 2005
    As per documentation of Javamail:
    "Unfolding is accomplished by regarding CRLF immediately followed by a LWSP-char as equivalent to the LWSP-char."
    If I do that [replace the CLRF and the next white space into a single white space] - the format of the first header's date is invalid [as the hour and minute have an extra space in it] - "Fri, 8 Apr 2005 11: 04:10 -0700 (PDT)" [hence not parse-able]
    In this case the date in the second header is valid.
    Instead if I replace the CLRF and white space with an empty string [no white space] the first header becomes valid. However, the date in the 2nd header is not more valid [As the date is translated into �Fri, 08 Apr 200511:04:10 -0700 (PDT)�. Note that the year and the hour get clubbed together].
    The 2 headers seem to have contradictory needs for unfolding.
    The headers are being set by external programs. My code is responsible for sending the email and then reading the email.
    Are there any utils that will abstract the "unfolding" logic?
    or is there a way to write a generic way to unfold email headers [which will support the above to headers]?
    Thanks,
    Annu

    PrintStream wr = new PrintStream(socket.getOutputStream());
    wr.close();I suspect this is the problem. You could try socket.shutdownOutput() - or you could just leave the streams alone and let socket.close() shut things down.
    Grant

Maybe you are looking for

  • HP P1006 LaserJet printer and G4 Tiger computer - printing problems

    Help. I bought a new HP P1006 LaserJet printer for a friend that has a G4 Computer that is running Tiger (10.4.11). I set everything up. I tried to print "one" page, to make sure all was well. Well...all was NOT well. It took nearly 4-5 minutes to pr

  • HT1476 My iPhone 4S quits

    My iPHONE 4S quits on me and says the battery needs to be recharged (it is in the "red zone"). As soon as I plug it in, it shows it is at least 60% charged. The software automatically updates and now I have IOS 6.1.3. Any suggestions?

  • Is a cluster proxy a single-point-of-failure?

    Our group is planning on configuring a two machine cluster to host           servlets/jsp's and a single backend app server to host all EJBs and a           database.           IIS is going to be configured on each of the two cluster machines with a

  • Alternate t-code for SCOT

    Is there any alternate t-code for SCOT where i can send / post mails one by one. Regards, Ashish.

  • Parental Controls for MacBook Pro

    Hello, My name is Matthew and this is a question coming from someone who currently does not have a MacBook Pro but is interested in getting one. I have an iPhone and it is working very well for me. I have a friend of mine put on a password to limit a