HTTP service goes deaf

At what seems to be random intervals Apache stops responding to requests. When I check in top, I see a slew of httpd processes that report "stuck" - never seen a process report as stuck before....
Sampling a stuck process gives this:
Analysis of sampling httpd (pid 3666) every 1 millisecond
Call graph:
2928 Thread_8062 DispatchQueue_1: com.apple.main-thread (serial)
2928 start
2928 main
2928 apmpmrun
2928 performidle_servermaintenance
2928 make_child
2928 child_main
2928 approcessconnection
2928 aprun_processconnection
2928 approcess_httpconnection
2928 approcessrequest
2928 apinvokehandler
2928 aprunhandler
2928 php_handler
2928 phpexecutescript
2928 zendexecutescripts
2928 execute
2928 zenddo_fcall_common_helperSPEC
2928 zend_error
2928 soaperrorhandler
2928 phperrorcb
2928 phplogerr
2928 phpapache_sapi_logmessage
2928 aplogrerror
2928 logerrorcore
2928 aprfile_writefull
2928 aprfilewrite
2928 write
Total number in stack (recursive counted multiple, when >=5):
Sort by top of stack, same collapsed (when >= 5):
write 2928
10.6.4 OS X Server migrated from 10.5, 2 x 2.8GHz Quad-Core Intel Xeon processors, 8GB RAM, lots of free disk space on boot drive and on external drive that houses the web pages (initially was an XServe RAID slice, now is a Drobo-S.)
Strangest thing is that AFP and FTP keep running when Apache gets stuck, and when I try to restart the computer it always fails - requiring a power cycle to reboot.
Any suggestions will be greatly appreciated!

Apache is independent of AFP and the abomination known as ftp.
It looks like there might be an issue with the php code or with Zend. Make sure you're current with zend, as a starting point.
You're going to need to dig through the Apache and zend logs, to start. Here are some [Apache Debugging tips|http://httpd.apache.org/dev/debugging.html].
Versions of zend and details from the logs and the diagnostics around the failed restart would be useful, and some characterization of the aggregate load on the server, if you want to continue this here.
Are these web servers publicly facing? If so, this adds to the complexity of the environment, as the Internet gremlins can be tossing random dreck at your servers.
While that you have to cold-restart the box also implies that problems with the network hardware (controller or switch or negotiation) can in play here, that AFP and the abomination known as ftp continue to work handily discounts that.

Similar Messages

  • How do I debug an http service over a LAN in flex4

    Hi I have a problem I would really like some help with.I am hoping to use PHP as a back end for my app. I don't think AMF looks viable as I can't change the php.ini file on the production server or install Zend. As my data requirements are very small I have opted for http service calls .My set up is all my files are on a development machine and I'm editing them through a lan connection on windows vista. I have php Zend server runing on the server with mysql set up.
    My problem relates to testing. When I debug the file the calls don't seem to get through. The Network monitor confirms this. Also the spinning Icon stays up. I don't get any exception however.
    If I then open up the swf file through the network share then the file works. If I copy it from the share to my hard drive it doesn't. I don't understand whats going on but it's making debugging difficult as I can't use traces this way and exceptions are ugly.
    Is there a simple solution to this problem?
    Things it can't be : firewall. I can definitely open this address on port 80. Also the network address is right and I assume that if I open the client on my machine then it is connecting from my machine, so when it works the address must be right.The only thing I can think is the cross domain policy but I don't see why that should occur when the files on the same machine or does flex create a local copy for testing?

    I'm pretty sure you can do this by making a manual menu.
    >Insert a menu from your widget menu
    >Select the menu options for your widget
    >You will see an option that says "Menu Type" with choices of All Pages, Top Level Pages, or Manual
    >Select "Manual"
    You will have to manually set up your entire menu, but it will enable you to do what you are trying to do. Create the menu buttons that you need and name them. You can then select an individual menu button and the "Hyperlink" option appears in the top menus. You can either direct it to a page on your site or put in a link that directs them away from your site like you are looking to do.
    Hope this helps! Nobody is responding to my request, so I figured I would try to respond to someone else while I was waiting!

  • Port issue with j2ee engine, http service provider

    hi gurus,
    on two of our standalone j2ee servers, the j2ee engine is up and running fine. from the mmc everything shows green including messager server.
    but when i connect to the j2ee page using browser either from the client machine or  on the server it never gives me an error message but the status bar keeps processing. never throws any sort of dispatcher or 500 error messages.
    There were some GRC-Virsa components deployed over the weekend not sure if that had changed something.
    After intial research the port information in the HTTP service provider showed 80 for http and 443 for ssl (https)so i had manually changed it to 50000 and 50001 from config tool respectively , restarted the server.
    After the restart the j2ee page came up and the very second http request it goes to the loop again with no error message, whats the reason behind this sort of behavior. i have made the port changes over the whole cluster and restarted.
    surprising it works only for the first time after restart, the very second http request never accepted by dispatcher/server process , no error message though.
    environment, nw04s with plain j2ee, windows 2003, sql2008
    please assist.
    -durga

    thanks sean for responding, infact the issue is resolved yesterday.
    Reason due to insufficient application threads and make sure the right port defined in HTTP service provider. So fixing these two things resolved the issue
    Thanks,
    Durga

  • Modify parmeter FCAServerThreadCount in HTTP service provider in NWA

    I'm looking at the "Note 1375656 - SAP NetWeaver   PI System Parameters" where it recommends increasing the value of the "FCAServerThreadCount" in the HTTP service provider to 50 from the default of 15.  This value shows as non-modifiable in the NWA.   
    I'm going: "Java System Properties:overview" ---> click on services tab --> then search for http.
    SAP recommends this change but you can't do it.  Has anyone run into this before?

    My apologies ... Java System Properties are read-only and can't be modified using NWA. Use config tool (refer SAP Help on how to use the config tool). NWA is applicable for online-modifiable service properties only.
    Also refer this -
    http://wiki.sdn.sap.com/wiki/display/JSTSG/%28JSTSG%29%28Web%29FAQ-FCAServerThreadCount
    Regards,
    NR

  • Creating a progress bar on a HTTP Service

    Hello All,
    As the top title suggests, does anyone know the best way of doing this? The HTTP service is simply pulling some XML data and I want to inform the user of how long this is going to take or what % it is currently completed.
    I dont have much experience with using progress bars so any help would be much appreciated.
    THANKs!

    I found this online but It doesnt seem to work;
    If your HTTPService has id of httpService you have to first invoke an eventListener of type ProgressEvent.PROGRESS. On the stage or in your Popup you have to make a progressBar with id (for example myProgressBar)
    httpService.addEventListener(ProgressEvent.PROGRES, progressFunction);
    Than you have define a progressFunction that will accept broadcasted ProgressEvent like so
    private function progressFunction(event:ProgressEvent):void{
    myProgressBar.mode = 'manual';
    myProgressBar.setProgress(event.bytesLoaded, event.bytesTotal);
    //you can than do something when content is loaded
    if (event.bytesLoaded == event.bytesTotal){
    //code for popup removal or removal of progressBar

  • Http Service in FlashBuilder 4

    I have been attempting to connect a Flex4 List to an HTTP service with no luck whatsoever.  Are there any tutorials for this?  Is this even working?  Flex Builder 4 did a fantastic job of auto-discovering my XML data and presenting me type options for the data, but a truly horrible job of letting me know what it was doing with that information. 
    This seems to be partly a problem of excessive MXML dependency.  After 10 hours of chasing rabbit trails, I still have not been able to stick a debugger on anything that would help me to understand what is going wrong.  Looks like it's back to HTTPService and E4X :S

    I finally figured out what was wrong...  the automically generated dataProvider was set to the parent object of the object that it should have been.  So, after that and ditching the spark BitmapImage for the Halo Image (b.c. of its auto URL capabilities) I was in business.  I definitely still vote for greater developer visibility into the whole magical world of data services.

  • Http service too busy error for SSIS adapters for SharePoint - SSIS 2005 and MOSS 2007

    Hi,
    a my old SSIS 2005 pkg that uses the SSIS adapters for SharePoint from only some days ago goes in error with this message for a data flow task that reads from a MOSS 2007 list:
    Error: System.ServiceModel.ServerTooBusyException: The HTTP service located at
    http://mysitename/_vti_bin/lists.asmx is too busy.  ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.    at System.Net.HttpWebRequest.GetResponse()   
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    --- End of inner exception stack trace ---  Server stack trace:     at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException
    webException, HttpWebRequest request, HttpAbortReason abortReason)    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    at System.ServiceModel.Channels.RequestChannel.Request(Message
    message, TimeSpan timeout)    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime
    operation, Object[] ins, Object[] outs, TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
    message)  Exception rethrown at [0]:     at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)    at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoap.GetListAndView(GetListAndViewRequest request)    at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.ListsService_ListsSoap_GetListAndView(GetListAndViewRequest
    request)    at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.GetListAndView(String listName, String viewName)    at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointFields(String
    listName, String viewId)    at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.GetFields(Uri sharepointUri, String listName, String viewName)    at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.GetAccessibleSharePointColumns(String
    sharepointUrl, String listName, String viewName)    at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.ValidateSharePointColumns()    at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.Validate()   
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper90 wrapper).
    Any suggests to me, in order to solve this issue? Many thanks

    Unfortunately your post is off topic as it's not specific to SQL Server Samples and Community Projects.  
    This is a standard response I’ve written in advance to help the many people who post their question in this forum in error, but please don’t ignore it.  The links I provide below will help you determine the right forum to ask your question in.
    For technical issues with Microsoft products that you would run into as an end user, please visit the Microsoft Answers forum ( http://answers.microsoft.com ) which has sections for Windows, Hotmail,
    Office, IE, and other products.
    For Technical issues with Microsoft products that you might have as an IT professional (like technical installation issues, or other IT issues), please head to the TechNet Discussion forums at http://social.technet.microsoft.com/forums/en-us, and
    search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), please head to the MSDN discussion forums at http://social.msdn.microsoft.com/forums/en-us, and
    search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here: http://community.dynamics.com/
    If you think your issue is related to SQL Server Samples and Community Projects and I've flagged it as Off-topic, I apologise.  Please repost your question and include as much detail as possible about your problem so that someone can assist you further. 
    If you really have no idea where to post your question please visit the Where is the forum for…? forum http://social.msdn.microsoft.com/forums/en-us/whatforum/
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCSA, MCITP, MCDBA
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • Port 80 Goes Deaf

    Hello, All,
    I've had an issue crop up where port 80 goes deaf/stops allowing data to pass. All other network services are fine: printing, FTP, file shares, etc., no problems. Only port 80 stuff.
    The manifestation of this is Entourage 2008 (patched to 12.2.0) connected to Exchange 2003 will disconnect with the error 17895 AND no Web browser will connect to a page.
    It gets even stranger. This affects only our Leopard clients on Intel hardware. Tiger or PowerPC machines are unaffected.
    A logout and login will correct the problem temporarily.

    I haven't heard of this one. I would try opening up Network Utility, and try running a ping, and trace route. Depending on what you get, the ping will tell you if you are resolving addresses. And the trace route should tell you where your network connection is dying.
    I would run a repair on the disc permissions as well.
    You may want to check in Entourage that you are using a secure web dav. This will use port 443, and not port 80, since Entourage uses Outlook Web access to connect to Exchange.
    Since email is generally not secure using SSL will help.
    I would also open up the console and look through the logs for any events around the time the connection dies to see if that gives you an idea of what is going on.

  • Oracle service goes down intermittently

    ENV:single instance db 11.2.0.3 on 64bit windows 2008 server R2
    no errors found in alert.log,oracle service goes down intermittently.
    Following is the last lines in alert.log:
    +2013-05-29 20:54:59.890000 -06:00+
    Starting background process SMCO
    SMCO started with pid=70, OS id=22636
    +2013-05-29 21:16:59.697000 -06:00+
    Time drift detected. Please check VKTM trace file for more details.
    contents of the VKTM trace file:
    Trace file C:\APP\ORACLE\DIAG1\diag\rdbms\vis\vis\trace\vis_vktm_25308.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V6.1
    CPU                 : 6 - type 8664, 6 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:27412M/31899M, PhPgF:41016M/63797M+
    Instance name: vis
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 4
    Windows thread id: 25308, image: ORACLE.EXE (VKTM)
    *** 2013-05-29 20:50:32.274
    *** SESSION ID:(2017.1) 2013-05-29 20:50:32.274
    *** CLIENT ID:() 2013-05-29 20:50:32.274
    *** SERVICE NAME:() 2013-05-29 20:50:32.274
    *** MODULE NAME:() 2013-05-29 20:50:32.274
    *** ACTION NAME:() 2013-05-29 20:50:32.274
    kstmmainvktm: succeeded in setting elevated priority
    highres_enabled
    *** 2013-05-29 20:50:32.274
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    +[Start] HighResTick = 842214976721+
    kstmrmtickcnt = 0 : ksudbrmseccnt[0] = 1369882232
    kstmchkdrift (kstmhighrestimecntkeeper:highres): Time jumped forward by (7478947)usec at (843798718318) whereas (1000000) is allowed
    From windows event viewer,can found application error,following is the detail:
    Log Name:      Application
    Source:        Application Error
    Date:          5/29/2013 9:16:52 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    Faulting application name: ORACLE.EXE, version: 11.2.0.3, time stamp: 0x4eb21f4b
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000000006e8a00b6
    Faulting process id: 0x3524
    Faulting application start time: 0x01ce5ce060341504
    Faulting application path: c:\app\oracle\product\11.2.0\bin\ORACLE.EXE
    Faulting module path: unknown
    Report Id: 5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Application Error" />+
    +<EventID Qualifiers="0">1000</EventID>+
    +<Level>2</Level>+
    +<Task>100</Task>+
    +<Keywords>0x80000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:16:52.000000000Z" />+
    +<EventRecordID>33818</EventRecordID>+
    +<Channel>Application</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data>ORACLE.EXE</Data>+
    +<Data>11.2.0.3</Data>+
    +<Data>4eb21f4b</Data>+
    +<Data>unknown</Data>+
    +<Data>0.0.0.0</Data>+
    +<Data>00000000</Data>+
    +<Data>c0000005</Data>+
    +<Data>000000006e8a00b6</Data>+
    +<Data>3524</Data>+
    +<Data>01ce5ce060341504</Data>+
    +<Data>c:\app\oracle\product\11.2.0\bin\ORACLE.EXE</Data>+
    +<Data>unknown</Data>+
    +<Data>5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7</Data>+
    +</EventData>+
    +</Event>+
    can found another windows error reporting* occured almost the same time as the above application error:*
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          5/29/2013 9:17:14 PM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: ORACLE.EXE
    P2: 11.2.0.3
    P3: 4eb21f4b
    P4: StackHash_2264
    P5: 0.0.0.0
    P6: 00000000
    P7: c0000005
    P8: 000000006e8a00b6
    P9:
    P10:
    Attached files:
    C:\Windows\Temp\WER753D.tmp.appcompat.txt
    C:\Windows\Temp\WER757D.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER757E.tmp.hdmp
    C:\Windows\Temp\WER93C5.tmp.mdmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_ORACLE.EXE_74241b6d51d6043166543f6b75dacacb44b54_cab_274194bc
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7
    Report Status: 4
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Windows Error Reporting" />+
    +<EventID Qualifiers="0">1001</EventID>+
    +<Level>4</Level>+
    +<Task>0</Task>+
    +<Keywords>0x80000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:17:14.000000000Z" />+
    +<EventRecordID>33819</EventRecordID>+
    +<Channel>Application</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data>+
    +</Data>+
    +<Data>0</Data>+
    +<Data>APPCRASH</Data>+
    +<Data>Not available</Data>+
    +<Data>0</Data>+
    +<Data>ORACLE.EXE</Data>+
    +<Data>11.2.0.3</Data>+
    +<Data>4eb21f4b</Data>+
    +<Data>StackHash_2264</Data>+
    +<Data>0.0.0.0</Data>+
    +<Data>00000000</Data>+
    +<Data>c0000005</Data>+
    +<Data>000000006e8a00b6</Data>+
    +<Data>+
    +</Data>+
    +<Data>+
    +</Data>+
    +<Data>+
    C:\Windows\Temp\WER753D.tmp.appcompat.txt
    C:\Windows\Temp\WER757D.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER757E.tmp.hdmp
    C:\Windows\Temp\WER93C5.tmp.mdmp</Data>
    +<Data>C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_ORACLE.EXE_74241b6d51d6043166543f6b75dacacb44b54_cab_274194bc</Data>+
    +<Data>+
    +</Data>+
    +<Data>0</Data>+
    +<Data>5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7</Data>+
    +<Data>4</Data>+
    +</EventData>+
    +</Event>+
    and following is the log of windows control manager:
    Log Name:      System
    Source:        Service Control Manager
    Date:          5/29/2013 9:17:15 PM
    Event ID:      7034
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    The OracleServiceVIS service terminated unexpectedly.  It has done this 3 time(s).
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />+
    +<EventID Qualifiers="49152">7034</EventID>+
    +<Version>0</Version>+
    +<Level>2</Level>+
    +<Task>0</Task>+
    +<Opcode>0</Opcode>+
    +<Keywords>0x8080000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:17:15.208132800Z" />+
    +<EventRecordID>88710</EventRecordID>+
    +<Correlation />+
    +<Execution ProcessID="512" ThreadID="5532" />+
    +<Channel>System</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data Name="param1">OracleServiceVIS</Data>+
    +<Data Name="param2">3</Data>+
    +</EventData>+
    +</Event>+
    Wondering how to fix the issue.
    Thanks

    You'll have better luck posting this in the database forum. This one is specifically for "Oracle Services for Microsoft Transaction Server", which is a client side service that helps in the recovery of in doubt distributed transactions. It sounds like you're having a database issue.
    greg

  • WSIF Binding Error while invoking HTTP Service

    Hi,
    I am getting a WSIF binding error when invoking an HTTP service. I was able to successfully invoke another HTTP service on the same server. However, while invoking some of the others services, we are getting errors. The wsdl binding declaration is:
    <binding name="JACADACustMaintBinding" type="tns:JACADACustMaintPortType">
    <http:binding verb="POST"/>
    <operation name="PostData">
    <http:operation location="/custmaint.cfg"/>
    <input>
    <mime:mimeXml part="CustMaintInput"/>
    <mime:content type="text/xml"/>
    </input>
    <output>
    <mime:mimeXml part="CustMaintOutput"/>
    <mime:content type="text/xml"/>
    </output>
    </operation>
    </binding>
    The error we are getting is as follows:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=[email protected] : Could not invoke 'PostData'; nested exception is:
         java.lang.Exception: Error in HTTP Post: Status 500: Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0: <html><head><title>Apache Tomcat/4.1.18 - Error report</title><STYLE><!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE> </head><body><h1>HTTP Status 500 - Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0</h1><HR size="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u>Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0</u></p><p><b>description</b> <u>The server encountered an internal error (Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0) that prevented it from fulfilling this request.</u></p><HR size="1" noshade><h3>Apache Tomcat/4.1.18</h3></body></html>
    ,detail=java.lang.Exception: Error in HTTP Post: Status 500: Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0: <html><head><title>Apache Tomcat/4.1.18 - Error report</title><STYLE><!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE> </head><body><h1>HTTP Status 500 - Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0</h1><HR size="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u>Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0</u></p><p><b>description</b> <u>The server encountered an internal error (Unable to invoke service method: com.jacada.ea.jclient3.JClient3Exception: com.jacada.ea.jclient3.JClient3Exception:Negative response from server, response code: 110. Message from server: com.jacada.ea.jservice.JServiceException: Could not set input parameter: InVar_0) that prevented it from fulfilling this request.</u></p><HR size="1" noshade><h3>Apache Tomcat/4.1.18</h3></body></html>
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:617)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1087)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:133)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:162)
         at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeEngineBean_LocalProxy_4bin6i8.syncCreateAndInvoke(Unknown Source)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:547)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:464)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:133)
         at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:95)
         at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274)
         at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Request you all to provide inputs.
    Thanks and Regards.
    John

    Hi,
    Using the exact same wsdl i was able to get a response from the HTTP service using OSB. I created a business service targeting this wsdl. Then created a proxy service to route the xml to the business service.
    I was able to successfully invoke and get response from the HTTP service without making any change to the wsdl.
    Could this be a bug in BPEL PM? Should I raise an SR?

  • Employee Photo - External HTTP service

    Hi all,
    currently I trying to setup the Employee photo dysplay in the portal Iview photo and in PA20/30 transaction. My problem is that I have the requirement to use an external http service that doesn't supports SAP Content Server HTTP Interface and it requires Basic authentication.
    The access to the picture can be done by a direct url http://hostname/path/pernr.jpg ou using a dll service, http://hostname/path/service.dll?docid=pernr.
    Does anyone ever face a similar problem, is there a way to implement this using "standard" features?
    For example put the access logic to the picture in a function module or other object, and setup the z* object has the content server implementation.
    Thanks and best regards,
    Paulo Ruivo

    Hello
    Where are you trying to store the photos? In an external storage system or in the database?
    If you are using an external storage system, please note that you must use either a different content server installation for each system, or at least a different content repository.
    In case you are using the database storage, then make sure you have followed all the instructions from the note 595563 to do this. In case everything is fine, please go to OAC0 and test the connection to your content repository.
    Additionaly please ensure that you have the lastest version of SAPHTTP installed on your system. Please review the SAP  note 615354 for more information on this.
    Thanks and Kind Regards
    Ramana

  • HTTP SERVICE STOPS FOR NO REASON AND NO ERRORS IN LOGS WIN2K

    The HTTP service stops for no reason and we have to stop and restart to unlock and web server runs again. It appears to be related to number of concurrent users but we cannot tie it down to and specfics except on our NT 4.0 system the service never stops and runs fine . We are running versions R1 patch 4 and have gone up to 5 and 7 . We are running against an 9i database and using forms and reports. We are not using the forms server in patch 4 just the HTTP service. This is a big problem and would like an answer if possiable.

    Please post your question in the appropriate product forum(s):
    Database
    http://forums.oracle.com/forums/index.jsp?cat=18
    AppServer
    http://forums.oracle.com/forums/index.jsp?cat=13
    Forms
    Forms
    Reports
    Reports

  • Http service over ssl with IE8 not working works in all other browsers

    Hi,
    The web server is running ssl (https) and the server as a valid certificate. The main swf loads but then I make a http service call to a relative address on the same server for some database information I get an IO error
    This works fine in all browsers except internet explorer, however IE will work if I don't use ssl and use normal http.
    Is there a setting in IE that would allow this, is there a known issue and better still a workaround. I have tried trusted site setting and everything else I can think off.
    TIA
    Harry

    I had this problem, and it was related to the way IE8 handled ssl certificate revocation checking.  I had to turn off the check box in IE8 options that told it to check for revocation. 
    Mark

  • Call http service extract value from person/group field

    Hi
    I have a list that has people or group field.
    When Runing my WF I want to get in to a variable the members of the group that is in people or group field.
    I would like to extract members from group using call http action.
    How can i start?
    which URL should i put in "Enter the HTTP service URL"?
    pleas your help.

    Hi,
    You can use the following URL to extract the members from group
    http://siteurl/_api/Web/SiteGroups/getbyname('groupname')/users
    You can create a workflow variable and extract the value from the people or group field
    Build the URL using as follows
    [%Workflow Context:Current Site URL%]/_api/Web/SiteGroups/getbyname([%Variable: GroupName%])/Users
    For more information how to use the Web Service in workflow use the following article.
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/09/05/how-to-work-with-web-service-using-call-http-web-service-action.aspx
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • TREX 7.1 IIS logon failed http service start failed

    TREX 7.1 Rev 36 wurde in folgender Systemumgebung installiert:
    Windows Server 2008 R2 Standard (64 Bit)
    Java: Sun JSE 1.4.2 64bit (1.4.2_25 Rev b02)
    Umgebungsvariablen JAVA_HOME=C:j2sdk1.4.2_25-x64 gesetzt bzw. PATH ergänzt
    um C:j2sdk1.4.2_25-x64jre in
    IIS 7.5 wurde installiert
    Problem: Beim Schritt "Configuring the TREX Web Server" (Seite 48f.) bleibt der Service "httpserver" als einziger im roten Zustand.
    aptrex01  31005   httpserver   -     http.//aptrex01:31005/TREXHttpServer/TrexlsapiExt.dll
    Ein Restart-Versuch ergibt:
    "Restarting the http service finished:
    TREXIISCtrl.exe -ul -iisrestart /tns:aptrex01:31001
    IIS logon failed. Wrong sidadm password used by TREXIISCtrl.exe
    or no sidadm password stored in TREXIISCtrl.exe.
    HttpServer could not be restarted."
    Die SAP-Hinweise 1423381, 1008299 und 1029783 sind bekannt.
    1423381: IIS 6.0-Kompatibilität wurde nachinstalliert
    1008299: der IIS wurde bislang noch NICHT in den 32-Bit-Modus gesetzt
    1029783: die beiden Dateien msvcp71.dll und msvcr71.dll waren zwar nicht im angegebenen exe-Verzeichnis zu finden, wurden aber von C:TEMPClt-InstSystem32 (Datum 12.01.2010) in die aufgeführten Verzeichnisse kopiert.
    Der Blog /people/bettina.knauss/blog/2006/12/11/trex-admin-tool--troubleshooting-if-httpservice-is-not-running ist bereits bekannt (Bettina Knauss), ebenso dieser SDN Thread:
    (CRM2007 to Trex server issue).
    Mit freundlichen Grüßen
    Rüdiger Höckel
    apetito AG
    SAP Basis

    Hi Mark,
    I know the SAP Note 1483929. When I execute the command it breaks.
    \usr\sap\TXD\TRX03\exe>trexiisctrl -ul -storeprops  /ap:<PASSWORD>  /sp:<PASSWORD> /tns:txdci:30305
    Environment variable DIR_EXECUTABLE not set, using SAP_RETRIEVAL_PATH/.. as fallback
    SAPLOCALHOST='txdci'
    SAPSYSTEMNAME='TXD'
    SAPSYSTEM='03'
    SAP_RETRIEVAL_PATH: 'I:\usr\sap\TXD\TRX03\txdci\'
    TARGET: 'I:\usr\sap\TXD\TRX03\txdci\'
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Kind regards,
    Roland

Maybe you are looking for

  • Moving deployed webapp using links

    hi, we are using WLS6.1_SP2. We try to move files of an existing deployed webapp to another place (e.g. from WL_HOME/config/server/applications/example to /opt/app/example) and replace the deployed application directory using a symbolic link (e.g. ln

  • Error -48, using OS X

    So I got my iPod up and running in October and it worked fine, until I updated the firmware from 1.2 to 1.2.1 to fix reported bugs. WHAT A MISTAKE! Searching on google for error -48 one is told to set the time in OSX to PST and then do a restore of t

  • Why can't i open photoshop on a second computer?

    Why can't i open photoshop on a second computer? the main computer is off and no program is active, but I can't open photoshop on my other computer!

  • "Exit" button used in multiple sequence frames

    I am hoping there is a more elegant way to do this... See the attached VI for a vastly-simplified program that typifies what I am trying to accomplish.  Basically, I've got one button that I want available in multiple sequence frames.  In this case,

  • Using CSS Style Editor in Sun Java Studio Creator

    I could not open the Custom Style Editor Window for the components in my Java Studio Creator. Thats means I can not enjoy any facilities as described at: http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/style_editor.html I res