Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Gemini Scheduler error

web-app

When I'm running the scheduler it always throws this error to the event log.

System.Web.Services - Server did not recognize the value of HTTP Header SOAPAction: http://countersoft.com/gemini/webservices/GetIssueCommentsNoAttachments. -    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at IssueServices.GetIssueCommentsNoAttachments(Int32 projectID, Int32 issueID)
   at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.ProcessIssueAlerts()



Do you know what could be the problem?

dynastyraider
· 1
dynastyraider
Replies (10)
helpful
0
not helpful

Are you running Germini web app 3.0.4? It seems like you are not.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes I'm running gemini web app 3.0.4 I already tried other add on and they're working ok. Also I was able to send a test email from the SMTP settings in the administration page.

Event log messages
1. CounterSoft Gemini Commons version 3.0.4.2026.
2. Configuring client http://localhost:1230/webservices.
3. Configured Service Manager for client http://localhost:1230/webservices.
4. Tested connectivity for client http://localhost:1230/webservices.
5. Retrieved application settings for client http://localhost:1230/webservices.
6. http://localhost:1230/webservices
Configured to process Gemini email alerts.
7. Configured client http://localhost:1230/webservices.
8. Started process thread for client http://localhost:1230/webservicesEmail Alerts Processor.
9. Service started successfully.
10. http://localhost:1230/webservices
      20 issue alerts found.
11. http://localhost:1230/webservices
      10 unique issue alerts identified.
12. System.Web.Services - Server did not recognize the value of HTTP Header SOAPAction: http://countersoft.com/gemini/webservices/GetIssueCommentsNoAttachments. -    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at IssueServices.GetIssueCommentsNoAttachments(Int32 projectID, Int32 issueID)
   at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.ProcessIssueAlerts()


13. http://localhost:1230/webservices
Sleeping for 1 minutes.



Could it be the WSE 3.0? I already installed it locally. I'm running windows Vista, does it have any issue in windows vista


dynastyraider
· 1
dynastyraider
helpful
0
not helpful

Please try typing the following in a browser:

http://localhost:1230/webservices/Issuesws.asmx

Do you get a list of web methods? Does the web method GetIssueCommentsNoAttachments exist in it?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes I do get a list of web methods but the web method GetIssueCommentsNoAttachments doesn't exist.

Is it suppose to be there? Does the Gemini Schedule require that web method? but we've got the source code of Gemini.

Also when I try to invoke web methods in http://localhost:1230/webservices/Issuesws.asmx it always says 'Only SOAP requests are permitted.'



dynastyraider
· 1
dynastyraider
helpful
0
not helpful

It should be there. Are you sure that you are running 3.0.4?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes I'm sure its 3.0.4 because when I open the SolutionInfo.cs it contains
[assembly: AssemblyVersion("3.0.4.2003")]

and this are the only web methods in IssuesWS.asmx that has a GetIssue prefix

  • GetIssue

              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueComment">GetIssueComment</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueComments">GetIssueComments</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueCustomField">GetIssueCustomField</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueCustomFields">GetIssueCustomFields</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueHistory">GetIssueHistory</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueLinks">GetIssueLinks</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueSourceControlFiles">GetIssueSourceControlFiles</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueTimeEntries">GetIssueTimeEntries</a>
    
    
              </li>
              <p>
    
              </p><li>
                <a href="http://localhost/gemini/webservices/IssuesWS.asmx?op=GetIssueTimeEntry">GetIssueTimeEntry</a>
    
    
              </li></span><br><br>What could be the problem? could it be our webservice is not the latest? How can I determine that its not the latest? We just got the source code.<br>
    

  • dynastyraider
    · 1
    dynastyraider
    helpful
    0
    not helpful

    Ok, it seems like that wrong build was added to your client site.

    We are looking into it.


    Saar Cohen
    · 5000
    Saar Cohen
    helpful
    0
    not helpful

    What build should we be running? for the latest gemini scheduler to work.


    dynastyraider
    · 1
    dynastyraider
    helpful
    0
    not helpful

    Should be 2026.


    Mark Wing
    · 9108
    Mark Wing
    helpful
    0
    not helpful

    FYI you should be able to download 2026 build from the client portal now.


    Saar Cohen
    · 5000
    Saar Cohen