BusinessObjects Board

4.0 SP5 dswsbobje Web Services on Tomcat 7

We are experiencing this issue when listing the web services on Tomcat 7. We use SAP BusinessObjects 4.0 SP5
https://<web_server>:8443/dwwsbobje/services/ListServices

SEVERE: Servlet.service() for servlet [AxisServlet] in context with path [/dswsbobje] threw exception [https is forbidden] with root cause
javax.servlet.ServletException: https is forbidden

We tried a number of SAP Notes with no result.

Tried this workaround and no success

Looking for suggestions…
Thanks


Nicolas Hadj-Blaha :new_zealand: (BOB member since 2005-03-10)

We experienced it in SP6 (moved from SP4 to SP6). Did you resolve this yet?


alexks (BOB member since 2008-03-25)

Hi All,

We have just tried upgrade from BO4 SP4 to SP7 on UNIX and default Tomcat.
Got stuck with the same problem.
ADAPT01634294 fix does not work :frowning:

Best regards,
Mike


mike_k (BOB member since 2006-08-18)

All,

Seems like I got the solution.
It is a variation of http://service.sap.com/sap/support/notes/1927235

  1. stop tomcat and BO services

For both files:
/tomcat/webapps/dswsbobje/WEB-INF/conf/axis2.xml
/tomcat/webapps/BusinessProcessBI/WEB-INF/conf/axis2.xml
ensure that you have the following code for transportReceiver in

section.

Both HTTP and HTTPS should be there, and should not be commeted out :slight_smile:
(the SAP article suggests to replace the

8080 8443

I have noticed that it is extremely easy to leave there some obsolete closing “/” or make other mistakes :slight_smile:

  1. do not change the *.wsdl files in tomcat\webapps\dswsbobje
    as oposite to indication from http://service.sap.com/sap/support/notes/1927235.

  2. Clean all the content of the tomcat/work/* folder

  3. start BO services

  4. start tomcat

Weird but works :slight_smile:

Hope it helps.

Regards,
Mike


mike_k (BOB member since 2006-08-18)