Hi All
I developed a portal service and deployed it. I have specified "startup" as "true" in portalapp.xml. But the service is not getting started after deployment. When i try to start it manually, its giving the following exception:
Server 3940951:Error in the listener class com.sap.ip.portal.admin.portalanywhere.QueryHandler during the process of handleTopic.
Server 3940950:Error in the listener class com.sap.ip.portal.admin.portalanywhere.QueryHandler during the process of handleTopic.
portalapp.xml:
===========
<?xml version="1.0" encoding="utf-8"?>
<application>
<application-config>
<property name="PrivateSharingReference" value="com.sap.portal.htmlb,com.sap.km.application"/>
</application-config>
<components/>
<services>
<service name="TestService">
<service-config>
<property name="className" value="com.test.TestService"/>
<property name="startup" value="true"/>
</service-config>
<service-profile>
<property name="TestProperty" value="true"/>
</service-profile>
</service>
</services>
</application>
Any idea what has gone wrong?
I am working in SPS19.
Thanks in advance.
Regards,
Yoga