DIME Attachement IOException using IIS Plug-in / OK without Plug-in

Hi,
I have a deployed axis servlet (1.2.1) running on a weblogic server (8.1.5) wich accepts a DIME attachment. The client sends the attachment via axis rpc call.invoke() methods. If I send the attachment via a IIS proxy plug-in URL, I get IOExceptions (shown below with IIS plugin debug output). I'm able to send the attachement successfully, however, if I bypass the proxy and use a real weblogic server URL. The IIS plugin works for all other types of soap calls.
I've tried changing the wsdd http transport on the client/server to use the axis CommonsHTTPSender without any luck, see: <http://wiki.apache.org/ws/FrontPage/Axis/AttachmentProblems>
I hope someone may have an idea what the problem is using the IIS proxy. Thanks.
Setup:
Clustered Servers: Axis Servlet, WebLogic 8.1 SP5, jrocket jdk
Client: Axis 1.2.1
Proxy: WebLogic IIS Plug-in
IOException (truncated):
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.lang.RuntimeException: java.io.IOException: End of physical stream detected when 33924 more bytes expected.AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.IOException: End of physical stream detected when 33924 more bytes expected.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.io.IOException: End of physical stream detected when 33924 more bytes expected.
at org.apache.axis.attachments.DimeDelimitedInputStream._read([BII)I(DimeDelimitedInputStream.java:273)
at org.apache.axis.attachments.DimeDelimitedInputStream.read([BII)I(DimeDelimitedInputStream.java:201)
at org.apache.axis.attachments.DimeDelimitedInputStream.read([B)I(DimeDelimitedInputStream.java:445)
at org.apache.axis.attachments.ManagedMemoryDataSource.<init>(Ljava/io/InputStream;ILjava/lang/String;Z)V(ManagedMemoryDataSource.java:146)
at org.apache.axis.attachments.MultiPartDimeInputStream.readTillFound([Ljava/lang/String;)Lorg/apache/axis/Part;(MultiPartDimeInputStream.java:163)
at org.apache.axis.attachments.MultiPartDimeInputStream.readAll()V(MultiPartDimeInputStream.java:100)
at org.apache.axis.attachments.MultiPartDimeInputStream.getAttachments()Ljava/util/Collection;(MultiPartDimeInputStream.java:108)
at org.apache.axis.attachments.AttachmentsImpl.mergeinAttachments()V(AttachmentsImpl.java:156)
at org.apache.axis.attachments.AttachmentsImpl.getAttachmentByReference(Ljava/lang/String;)Lorg/apache/axis/Part;(AttachmentsImpl.java:315)
at org.apache.axis.encoding.DeserializationContext.getObjectByRef(Ljava/lang/String;)Ljava/lang/Object;(DeserializationContext.java:617)
at org.apache.axis.encoding.ser.JAFDataHandlerDeserializer.startElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;Lorg/apache/axis/encoding/DeserializationContext;)V(JAFDataHandlerDeserializer.java:70)
at org.apache.axis.encoding.DeserializationContext.startElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V(DeserializationContext.java:1048)
at org.apache.axis.message.SAX2EventRecorder.replay(IILorg/xml/sax/ContentHandler;)V(SAX2EventRecorder.java:165)
at org.apache.axis.message.MessageElement.publishToHandler(Lorg/xml/sax/ContentHandler;)V(MessageElement.java:1141)
at org.apache.axis.message.RPCElement.deserialize()V(RPCElement.java:236)
at org.apache.axis.message.RPCElement.getParams()Ljava/util/Vector;(RPCElement.java:384)
at org.apache.axis.providers.java.RPCProvider.processMessage(Lorg/apache/axis/MessageContext;Lorg/apache/axis/message/SOAPEnvelope;Lorg/apache/axis/message/SOAPEnvelope;Ljava/lang/Object;)V(RPCProvider.java:148)
at org.apache.axis.providers.java.JavaProvider.invoke(Lorg/apache/axis/MessageContext;)V(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(Lorg/apache/axis/Handler;Lorg/apache/axis/MessageContext;)V(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(Lorg/apache/axis/MessageContext;Lorg/apache/axis/HandlerIterationStrategy;)V(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(Lorg/apache/axis/MessageContext;)V(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(Lorg/apache/axis/MessageContext;)V(SOAPService.java:453)
at org.apache.axis.server.AxisServer.invoke(Lorg/apache/axis/MessageContext;)V(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(AxisServlet.java:699)
at com.sigmadynamics.services.SDServiceDeployerServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(SDServiceDeployerServlet.java:95)
IIS Plugin Debug Output
================New Request: [soap/services/WorkbenchServer.wlforward] =================
Wed Apr 19 10:28:12 2006 SSL is not being used
Wed Apr 19 10:28:12 2006 resolveRequest: wlforward: /soap/services/WorkbenchServer
Wed Apr 19 10:28:12 2006 URI is /soap/services/WorkbenchServer, len=30
Wed Apr 19 10:28:12 2006 Request URI = [soap/services/WorkbenchServer]
Wed Apr 19 10:28:12 2006 found 'Transfer-Encoding: chunked' header
Wed Apr 19 10:28:12 2006 Going to save the post data in file
Wed Apr 19 10:28:12 2006 Temp Post File name = [c:\TEMP\_wl_proxy\_post_4832_0]
Wed Apr 19 10:28:12 2006 sysMkdirs() on 'c:\TEMP\_wl_proxy':
Wed Apr 19 10:28:12 2006 sysMkdirs() on 'c:\TEMP\_wl_proxy' OK...
Wed Apr 19 10:28:12 2006 Going to readClient [0] bytes
Wed Apr 19 10:28:12 2006 ReadPostToFile(): Read the file completely 49152 bytes
Wed Apr 19 10:28:12 2006 attempt #0 out of a max of 10
Wed Apr 19 10:28:12 2006 Trying a pooled connection for '10.111.222.76/7002/0'
Wed Apr 19 10:28:12 2006 getPooledConn: No more connections in the pool for Host[10.111.222.76] Port[7002] SecurePort[0]
Wed Apr 19 10:28:12 2006 general list: trying connect to '10.111.222.76'/7002/0 at line 1265 for '/soap/services/WorkbenchServer'
Wed Apr 19 10:28:12 2006 INFO: New NON-SSL URL
Wed Apr 19 10:28:12 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Wed Apr 19 10:28:12 2006 EINPROGRESS in connect() - selecting
Wed Apr 19 10:28:12 2006 Local Port of the socket is 3848
Wed Apr 19 10:28:12 2006 Remote Host 10.111.222.76 Remote Port 7002
Wed Apr 19 10:28:12 2006 general list: created a new connection to '10.111.222.76'/7002 for '/soap/services/WorkbenchServer', Local port: 3848
Wed Apr 19 10:28:12 2006 WLS info in sendRequest: 10.111.222.76:7002 recycled? 0
Wed Apr 19 10:28:12 2006 URL::parseHeaders: StatusLine set to [500 Internal Server Error]
Wed Apr 19 10:28:12 2006 parsed all headers OK
Wed Apr 19 10:28:12 2006 sendResponse() : uref->getStatus() = '500'
Wed Apr 19 10:28:12 2006 Going to send headers to the client. Status :500 Internal Server Error
Wed Apr 19 10:28:12 2006 Content Length Unknown
Wed Apr 19 10:28:12 2006 canRecycle: conn=1 status=500 isKA=0 clen=-1 isCTE=1
Wed Apr 19 10:28:12 2006 closeConn: URL.canRecycle() returns false, deleting URL '10.111.222.76/7002'
Wed Apr 19 10:28:12 2006 request [soap/services/WorkbenchServer] processed successfully ..................

I too am getting the same exception trying to go throuh IIS going to a Tibco CIM application hosted on WebLogic server.
Everything worked fine with my demo certs. The problem came in when I tried to use a cert generated by my customer's internal certificate authority.
The certificate works fine when going directly to the application servers through SSL. However, when going through with IIS, I get the stack thread in this thread.
Did anyone get an answer to this. I would appreciate it if they would post it.

Similar Messages

  • When I plug in my Olympus TG 820 to my iPad2 a message pops up warning me that the attached device uses too much power. Is there a way around this?

    When I plug in my Olympus TG 820 to my iPad2 a message pops up warning me that the attached device uses too much power. Is there a way around this?

    1. Turn off iPad
    2. Connect camera to iPad
    3. Turn on power of camera
    4. Turn on iPad

  • Send SOAP DIME Attachment (please comment on my sample code)

    Hi All,
    I had hard time trying to find a send SOAP DIME attachment
    code for the web service. And here it is, I wrote one,
    but I use to easy way to deploy the service.
    I just simply change the extension .java to .jws,
    so, can you all tell me whether it will be a problem or not ?
    And please review my code below, I debugged and no error,
    but I am not sure if it is working right.
    Basiclly 2 operations:
    public String generateID(int artID)
    public File detachFile(String filename)
    Please comment on this code, I am trying to make it
    more robust, so, that I can redo it and post it to share with
    everybody.
    thanks,
    Derek
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Iterator;
    import java.io.*;
    import java.security.*;
    import java.security.NoSuchAlgorithmException;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.xml.soap.AttachmentPart;
    import org.apache.axis.AxisFault;
    import org.apache.axis.Message;
    import org.apache.axis.MessageContext;
    import org.apache.axis.attachments.Attachments;
    import org.apache.axis.attachments.AttachmentsImpl;
    import org.apache.log4j.Logger;
    public class AttachmentYPMG
         private static final Logger _logger = Logger.getLogger(AttachmentYPMG.class);
         public AttachmentYPMG()
         public String generateID(int artID)
              String artid = Integer.toString(artID);
              String md5_hash_string = plainStringToMD5(artid);
              return md5_hash_string;
         private String plainStringToMD5(String input) {
                // Some stuff we will use later
                MessageDigest md = null;
                byte[] byteHash = null;
                StringBuffer resultString = new StringBuffer();
                // Bad things can happen here
                try {
                  // Choose between MD5 and SHA1
                       md = MessageDigest.getInstance("MD5");
                } catch(NoSuchAlgorithmException e) {
                    System.out.println("NoSuchAlgorithmException caught!");
                    System.exit( -1);
                // Reset is always good
                md.reset();
                // We really need some conversion here
               md.update(input.getBytes());
                // There goes the hash
                byteHash = md.digest();
               //  Now here comes the best part
                for(int i = 0; i < byteHash.length; i++) {
                  resultString.append(Integer.toHexString(0xFF & byteHash));
              // That's it!
              return(resultString.toString());
         public File detachFile(String filename)
              InputStream is = null;
              FileOutputStream os = null;
              File file = null;
              int totalAttachments ;
              try
                   //Get all the attachments
                   AttachmentPart[] attachments = getMessageAttachments();
                   * getMessageAttachments() as provided by Steve Loughran in his mail
                   * to axis-user group
                   * http://www.mail-archive.com/[email protected]/msg08732.html
                   //Put the logic in a loop for totalAttachments for multiple
                   // attachments.
                   totalAttachments = attachments.length;
                   _logger.debug("saveFile(String filename = " + filename + ") - " +
                                  "Total Attachments Received Are: "+ totalAttachments);
                   //Extract the first attachment. (Since in this case we have only one attachment sent)
                   DataHandler dh = attachments[0].getDataHandler();
                   //Extract the file name of the first attachment.
                   String name = filename;
                   _logger.debug("saveFile(String filename = " + filename + ") - File received on server is: " + name);
                   //Get the streams to file and from attachment, then stream to disk
                   is = dh.getInputStream();
                   file = new File(name);
                   os = new FileOutputStream(file);
                   this.writeBuffersAndClose(is, os);
              } catch (Exception e)
                   _logger.error("detachFile(String filename = " + filename + ")", e);
                   //throw new AttachmentException(e);
              //if(file!= null)
                        return file;
              //else
                   //throw new AttachmentException("The attachment was not saved");
         * extract attachments from the current request
         * @return a list of attachmentparts or an empty array for no attachments
         * support in this axis buid/runtime
         private AttachmentPart[] getMessageAttachments() throws AxisFault
              * Reusing the method implementation for AttachmentPart[]
              * getMessageAttachments() as provided by Steve Loughran in his mail to
              * axis-user group
              * http://www.mail-archive.com/[email protected]/msg08732.html
              MessageContext msgContext = MessageContext.getCurrentContext();
              Message reqMsg = msgContext.getRequestMessage();
              Attachments messageAttachments = reqMsg.getAttachmentsImpl();
              if (null == messageAttachments)
                   System.out.println("no attachment support");
                   return new AttachmentPart[0];
              int attachmentCount = messageAttachments.getAttachmentCount();
              AttachmentPart attachments[] = new AttachmentPart[attachmentCount];
              Iterator it = messageAttachments.getAttachments().iterator();
              int count = 0;
              while (it.hasNext())
                   AttachmentPart part = (AttachmentPart) it.next();
                   attachments[count++] = part;
              return attachments;
         * Simple method for writing one stream from another.
         * @param is
         * @param os
         * @throws IOException
         private void writeBuffersAndClose(InputStream is, OutputStream os)
              throws IOException
              int i = 0;
              byte [] buffer = new byte[1024];
              while (i != -1)
                   i = is.read(buffer, 0, buffer.length);
                   if(i > 0)
                        os.write(buffer, 0, buffer.length);
              is.close();
              os.close();

    Hi All,
    I had hard time trying to find a send SOAP DIME attachment
    code for the web service. And here it is, I wrote one,
    but I use to easy way to deploy the service.
    I just simply change the extension .java to .jws,
    so, can you all tell me whether it will be a problem or not ?
    And please review my code below, I debugged and no error,
    but I am not sure if it is working right.
    Basiclly 2 operations:
    public String generateID(int artID)
    public File detachFile(String filename)
    Please comment on this code, I am trying to make it
    more robust, so, that I can redo it and post it to share with
    everybody.
    thanks,
    Derek
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Iterator;
    import java.io.*;
    import java.security.*;
    import java.security.NoSuchAlgorithmException;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.xml.soap.AttachmentPart;
    import org.apache.axis.AxisFault;
    import org.apache.axis.Message;
    import org.apache.axis.MessageContext;
    import org.apache.axis.attachments.Attachments;
    import org.apache.axis.attachments.AttachmentsImpl;
    import org.apache.log4j.Logger;
    public class AttachmentYPMG
         private static final Logger _logger = Logger.getLogger(AttachmentYPMG.class);
         public AttachmentYPMG()
         public String generateID(int artID)
              String artid = Integer.toString(artID);
              String md5_hash_string = plainStringToMD5(artid);
              return md5_hash_string;
         private String plainStringToMD5(String input) {
                // Some stuff we will use later
                MessageDigest md = null;
                byte[] byteHash = null;
                StringBuffer resultString = new StringBuffer();
                // Bad things can happen here
                try {
                  // Choose between MD5 and SHA1
                       md = MessageDigest.getInstance("MD5");
                } catch(NoSuchAlgorithmException e) {
                    System.out.println("NoSuchAlgorithmException caught!");
                    System.exit( -1);
                // Reset is always good
                md.reset();
                // We really need some conversion here
               md.update(input.getBytes());
                // There goes the hash
                byteHash = md.digest();
               //  Now here comes the best part
                for(int i = 0; i < byteHash.length; i++) {
                  resultString.append(Integer.toHexString(0xFF & byteHash));
              // That's it!
              return(resultString.toString());
         public File detachFile(String filename)
              InputStream is = null;
              FileOutputStream os = null;
              File file = null;
              int totalAttachments ;
              try
                   //Get all the attachments
                   AttachmentPart[] attachments = getMessageAttachments();
                   * getMessageAttachments() as provided by Steve Loughran in his mail
                   * to axis-user group
                   * http://www.mail-archive.com/[email protected]/msg08732.html
                   //Put the logic in a loop for totalAttachments for multiple
                   // attachments.
                   totalAttachments = attachments.length;
                   _logger.debug("saveFile(String filename = " + filename + ") - " +
                                  "Total Attachments Received Are: "+ totalAttachments);
                   //Extract the first attachment. (Since in this case we have only one attachment sent)
                   DataHandler dh = attachments[0].getDataHandler();
                   //Extract the file name of the first attachment.
                   String name = filename;
                   _logger.debug("saveFile(String filename = " + filename + ") - File received on server is: " + name);
                   //Get the streams to file and from attachment, then stream to disk
                   is = dh.getInputStream();
                   file = new File(name);
                   os = new FileOutputStream(file);
                   this.writeBuffersAndClose(is, os);
              } catch (Exception e)
                   _logger.error("detachFile(String filename = " + filename + ")", e);
                   //throw new AttachmentException(e);
              //if(file!= null)
                        return file;
              //else
                   //throw new AttachmentException("The attachment was not saved");
         * extract attachments from the current request
         * @return a list of attachmentparts or an empty array for no attachments
         * support in this axis buid/runtime
         private AttachmentPart[] getMessageAttachments() throws AxisFault
              * Reusing the method implementation for AttachmentPart[]
              * getMessageAttachments() as provided by Steve Loughran in his mail to
              * axis-user group
              * http://www.mail-archive.com/[email protected]/msg08732.html
              MessageContext msgContext = MessageContext.getCurrentContext();
              Message reqMsg = msgContext.getRequestMessage();
              Attachments messageAttachments = reqMsg.getAttachmentsImpl();
              if (null == messageAttachments)
                   System.out.println("no attachment support");
                   return new AttachmentPart[0];
              int attachmentCount = messageAttachments.getAttachmentCount();
              AttachmentPart attachments[] = new AttachmentPart[attachmentCount];
              Iterator it = messageAttachments.getAttachments().iterator();
              int count = 0;
              while (it.hasNext())
                   AttachmentPart part = (AttachmentPart) it.next();
                   attachments[count++] = part;
              return attachments;
         * Simple method for writing one stream from another.
         * @param is
         * @param os
         * @throws IOException
         private void writeBuffersAndClose(InputStream is, OutputStream os)
              throws IOException
              int i = 0;
              byte [] buffer = new byte[1024];
              while (i != -1)
                   i = is.read(buffer, 0, buffer.length);
                   if(i > 0)
                        os.write(buffer, 0, buffer.length);
              is.close();
              os.close();

  • HT4101 When I connect using the USB version I get a message on the ipad saying "the attached accessory uses too much power. What can I do?

    Ipad2 Camera Connection Kit
    When I connect using the USB option I get a screen on the ipad which says "Accessory Unavailable. The attached accessory uses too much power"
    What should I do please?
    David

    I believe your camera uses a micro SD card. The CCK accepts the full size SD card. Do you have a SD card adapter to plug the micro into?
     Cheers, Tom

  • Are there any problems using the Ipad while is is plugged into the wall and charging?

    Are there any contraindications using the Ipad while it is plugged into the wall and charging???

    The quickest way (and really the only way) to charge your iPad is with the included 10W USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
     Cheers, Tom

  • Unable to login into BIP using IIS/Oc4j

    Hi ,
    we have configured SSO in OBIEE using IIS. and to configure oracle proxy for OC4J followed the steps at below url.
    http://gerardnico.com/wiki/dat/obiee/iis
    But getting the error when trying to browse the ulr
    http://localhost/xmlpserver/login.jsp
    Error: Internet Explorer cannot display the webpage
    any suggestion pls

    When I try:
    http://localhost:9704/xmlpserver/
    it direct me to BIP login page
    http://localhost
    Under Construction
    The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured.
    Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
    If you are the Web site administrator and feel you have received this message in error, please see "Enabling and Disabling Dynamic Content" in IIS Help.
    To access IIS Help
    Click Start, and then click Run.
    In the Open text box, type inetmgr. IIS Manager appears.
    From the Help menu, click Help Topics.
    Click Internet Information Services.
    http://localhost:9704
    It direct me to welcome page for OC4J
    any help please..
    when I try
    http://localhost/xmlpserver/login.jsp
    get the error please find the log:-
    12/06/12 13:36:22: [op_uri_map.c (129)]: Into op_uri_map_t::uri_map_alloc
    12/06/12 13:36:22: [op_uri_map.c (163)]: Into op_uri_map_t::uri_map_open
    12/06/12 13:36:22: [op_worker_list.c (37)]: op_worker_list_init: propfile=c:\proxy\proxy.conf p=0x010D4A60 l=0x010D24C0
    12/06/12 13:36:22: [op_worker_list.c (45)]: op_worker_list_init: numservers=1
    12/06/12 13:36:22: [op_worker_list.c (57)]: op_worker_list_init: inside loop, serverlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (73)]: op_worker_list_init: hostname=hrlvmdv1281.emea.hays.loc
    12/06/12 13:36:22: [op_worker_list.c (82)]: op_worker_list_init: port=9704
    12/06/12 13:36:22: [op_worker_list.c (160)]: op_worker_list_init: tablesize=3
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[0]=/xmlpserver/*, servlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[1]=/xmlpserver oproxy.ias1.urlrule=/bioffice/*, servlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[2]=/bioffice, servlist[0]=ias1
    12/06/12 13:36:22: [op_uri_map.c (193)]: op_uri_map_t::uri_map_open, rule map size is 3
    12/06/12 13:36:22: [op_uri_map.c (266)]: Into op_uri_map_t::uri_map_open, match rule /xmlpserver/=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (266)]: Into op_uri_map_t::uri_map_open, match rule /xmlpserver oproxy.ias1.urlrule=/bioffice/=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (301)]: Into op_uri_map_t::uri_map_open, exact rule /bioffice=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (313)]: Into op_uri_map_t::uri_map_open, there are 3 rules
    12/06/12 13:36:22: [op_uri_map.c (340)]: op_uri_map_t::uri_map_open, done
    12/06/12 13:36:22: [op_isapi_plugin.c (765)]: initialize_extension, success!
    12/06/12 13:36:22: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:22: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:22: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:22: [op_isapi_plugin.c (553)]: HttpFilterProc [] is not a proxy url
    12/06/12 13:36:22: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:22: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:22: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:22: [op_isapi_plugin.c (553)]: HttpFilterProc [] is not a proxy url
    12/06/12 13:36:22: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:22: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:23: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:23: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:23: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:23: [op_isapi_plugin.c (553)]: HttpFilterProc [pagerror.gif] is not a proxy url
    12/06/12 13:36:23: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:23: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:23: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:23: [op_isapi_plugin.c (553)]: HttpFilterProc [pagerror.gif] is not a proxy url
    12/06/12 13:36:23: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:23: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase

  • Configuring Windows XP to use IIS w/ Kerberos

    I need to build a Windows XP SSO solution using IIS 5.1 with Integrated Windows Authentication using Kerberos protocol. IIS will then pass the request over to another application which will need to use a Kerberos JAAS module to authenticate the respective users to the application.
    Does anyone have any instructions or tips on accomplishing these set of tasks? I have very limited experience with Kerberos. Any help would be much appreciated.
    Note: I've gotten this to work using NTLM, so I would like to know the level of difficulty in making the switch over to Kerberos.
    Thanks a lot in advance!
    Message was edited by:
    YvesG

    Because in SAP Help on topics <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/0ebf6c9b2b0d1ae10000000a114a6b/content.htm">Single Sign-On with Microsoft Kerberos SSP</a> and
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/0ebf6c9b2b0d1ae10000000a114a6b/content.htm">Configuring the Application Server</a>, tell to copyt the gsskrb5.dll file(see SAP Note 595341), to the following directory on the central instance: Drive:\%windir%\system32.
    This text let me think that central instance is installed on a Windows Server, but on SAP Help docs I didn't found the specific information that the central instance must be installed on a Windows Server.

  • How do I set up and use IIS 7.5 in Windows 7

    I just bought a new machine and installed Windows 7 RC Ultimate and CS4 on it.
    I set up IIS (or at least I think I did) and Inetpub now shows in the directory listing, so it should be there.
    Only problem is that I cannot save any files to any site in the Inetpub directory even when logged in as administrator.
    I have to manage lots of web sites that use asp, and so need to have the Inetpub facility.
    Setting up IIS in Windows 7 is poorly documented, and seems quite complex.
    The instructions on Microsoft's technet site for accessing IIS do not work, and so I am at a loss.
    Am I to assume that the normal Dreamweaver method of storing files in inetpub/wwwroot/sitefolder is no longer valid?
    Whether or not, can anyone tell me how to set up a site in windows 7 that will run an asp site using IIS?

    http://forums.iis.net/t/1147354.aspx has the answer to providing acess to folders that are not usually accesible in Windows 7.
    Run the following command from an elevated command prompt (right click the "command prompt" icon and select "Run as Administrator").
    icacls %systemdrive%\inetpub /grant  %userdomain%\%username%:(OI)(CI)(F) /grant %userdomain%\%username%:F
    This command will add full access for your user account to the INETPUB directory.
    Now the Administrator privileges which you don't have don't matter anymore because your account and not Administrators grant you access.
    How obscure can you get?
    I assume that changing the folder name from inetpub to whatever other folder you need to access will have the same effect.
    All I have to sort out now is how to get the F12 key on my wireless keyboard to run a file when pressed in Dreamweaver - but that is another problem.

  • HT1665 I have a World Travel Adapter Kit for use with my iPad. can the plug adapters also be used on the Mac Pro charger to charge up my laptop when travelling or is a special converter needed.M

    I have a World Travel Adapter Kit for use with my iPad when traveling abroad. I know this charger can be used on an iPhone, can the plug adapters also be used with the charger of a Mac Book Pro or is a special converter required?

    Is there any concern about the type of travel adapter kit? For instance, some instructions indicate they are for heat creating appliances (hairdryers, curling irons, etc.). I bought such a set, but do they present any issues if used with more delicate electronic circuitry (for iPads, iPods, or with camera battery chargers). I am leaving for the UK on Monday and need to get it right - are they too strong for the Apple products if they are not to be used with computers? What other options are out there?

  • I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup.

    I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup. (which I now know was wrong). However, when time machine tried to restore it said there was not enough room to do a backup. It seems that it did a half backup because some essential  files such as system profiler are now missing. Can I undo this restore...? What can I do to fix this

    You need to do a full system restore, per Time Machine - Frequently Asked Question #14.
    If that sends a message, please note the exact wording.

  • BOE XI 3.1 using IIS

    We are building a new BOE XI 3.1 using IIS as the web server, windows AD authentication and Kerberos for SSO.  At this point we have run into two issues: 
    1. we can't configure Windows AD authentication for the CMC login.  We would also like to use SSO, but at this point would be happy getting WIndows AD working. 
    2.  SSO does not work for the desktop tools like Universe builder or designer.  Windows AD is working but would like to get SSO working as well.
    Please let us know if you have been able to configure either of the above in the environment that I describe.
    Best Regards,
    Kevin Geiger

    I don't think any type of SSO will work with the CMC cept maybe siteminder in XI 3.1. AD will work but you will have to configure java AD due to the CMC not running on .net.
    Now our Admin guide specifically states that using java kerberos and .net kerberos is not supported on the same server (not that it won't work). It just states that. So there are no docs that show how to set these both up at the same time.
    So the doc in the previous post should help with the .net part. Where are you running the CMC? WACS? or tomcat?
    Regards,
    Tim

  • HT4101 When connecting my camera to my IPad mini via lightniing to usb camera adapter,I get "The attached accessory uses too much power" .Any solutions?

    When I connect my Ipad mini to my camera via lightning to usb camera adapter all i get is a message "The attached accessory uses too much power."Any solutions

    It depends on the camera, but some have a special mode for offloading photos but not trying to charge the camera through the USB port. For others, you may have to pull out the SD card (if that's what it uses) and use the Lightning to SD card reader instead.
    Maybe if you told us what camera you are connecting, somebody here with the same model can give you more specific information.

  • Hi there.  I just bought a new iMac.  Used to have a pc.  Plugged my nano into iMac and it transferred my purchases fine.  Bought a new album on i tunes and it will not download to my nano.  Does anyone have any suggestions?  Much appreciated.  Thanks.

    Hi there.  I just bought a new iMac.  Used to have a pc.  Plugged my nano into iMac and it transferred my purchases fine.  Bought a new album on i tunes and it will not download to my nano.  Does anyone have any suggestions?  Much appreciated.  Thanks.

    You may not have the iPod's Music tab set up in iTunes, which is how you tell iTunes how to automatically sync your iPod.
    Select the iPod in iTunes.  There is a row of "tabs" (starting with Summary).  Click on Music there.
    To use automatic syncing, the checkbox for Sync Music is checked.  Below that, you can choose to sync Entire music library, if it fits.  Otherwise, you can choose to sync Select playlists, artists, albums, and genres.
    With the latter choice, you can create a selection of songs to sync to the iPod by selecting (checkmarking) playlists, artists, albums, and/or genres on the Music tab.  For example, you can make a playlist in iTunes with all the songs you want on the iPod.  That new album needs to be on that playlist, if you want those songs synced to the iPod.  On the Music tab, checkmark that playlist.
    When you Apply the change, your selection of songs sync to the iPod (replacing its existing content). Going forward, any changes in the iTunes Music library that are related to your selection of songs on the Music tab sync automatically to the iPod when you connect it, or when you click Sync.
    Therefore, if you create a playlist with songs you want on the iPod, and select it on the iPod's Music tab, you can simply update that playlist in iTunes (add and remove songs), and those changes sync to the iPod automatically at the next opportunity.

  • Recently got a MacBook Pro.  When I use it for work purposes, I plug in a large screen and key board.  When in this mode I would like to shut off the laptop screen or even close the lid. Is that possible?

    RECENTLY GOT A mACKbOOK PRO. WHEN USING IT FOR WORK PURPOSES I PLUG IN A LARGE SCREEN AND KEYBOARD, THAT WORKS FINE.  HOWEVER WOULD LIKE TO CLOSE LID ON THE LAPTOP, OR AT LEAST SHUT DOWN THE LAPTOP SCREEN WHILE USING THE LARGE SCREEN. IS THAT POSSIBLE?

    Hi Jim,
    Craig is right on with his post. Hope he won't mind if I add the following link, as recently it has been noted by some posts here that there are some "quirks" with Clamshell Mode:
    http://support.apple.com/kb/HT3131?viewlocale=en_US

  • We use a plugin Adobe Acrobat NPAPI Plug-in Version 10.1.2 on a Mac to get the pdf to open in a browser window. Is there a later version or other method ?

    We use a plugin Adobe Acrobat NPAPI Plug-in Version 10.1.2 on a Mac to get the pdf to open in Acrobat and the pdf display within the browser window, as within our Online artwork Approval system we use the Acrobat Annotations server to annotate pdfs and publish to the server
    But we can no longer get this plugin to work! Is there a later version ? or is there another way of forcing the pdf to open in a Acrobat Reader application (not the Mac viewer) within the browser and not open another window to display the pdf in Acrobat?

    The latest version is 11.0.6. Whether that's available to you depends on the version of Mac OS you're running.
    * http://get.adobe.com/reader/enterprise/
    See the following articles.
    * [[PDF files are blank or cause an error message on Mac]]
    * [[Use the Adobe Reader plugin to view or download PDF files]]

Maybe you are looking for

  • Adobe PDF Plug-in for Firefox & Netscape ''9.4.1'' was causing unresponsive problems on my browser and I had to disable it . Is there anything I can do about this?

    I was getting an unresponsive script warning on most web pages, but more persistent on Windows Live telling me to stop script or continue. I could view the pages by doing both and the only way i could stop the warnings from appearing was to disable t

  • Buying Center -Print out problem

    Hi, we are looking at an option of taking the buying center print in opportunity but could not find.Is there an option of taking printout of Buying center Plz guide. Thanks in advance Shridhar Message was edited by: Shridhar Deshpande

  • Clean install Lion vs

    Hi all My iMac (2.4ghz intel core 2 duo / 2GB 667mhz ram / 320gb HD) is about 4 years old without ever having had any issues - it has been running slower lately and the last week have been experiencing networking problems (connecting to xbox live, st

  • PE8 selection feathering

    Hello- I'm having a weird issue where the Quick Selection Tool is feathering.  I checked Refine Edge and it's all at 0.  I checked the eraser and it's set to 100% hardness.  But when I erase the selected area, it feathers into the part I'm trying to

  • Can't install anything on my n9

    once i ever try to install any program from the ovi store it gives me the following message : Unable to start operation Refreshing cache. please wait than i press okay and try again. and i tried restarting .. but it's the same. luckily i did install