cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create Counter/Variables using seeburger front-end workbench

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello All,

I have installed the required files as a part of Seeburger Adapter installation. The BIC, Splitter and Classifier modules are working fine. But the problem arises when I try to create a counter through Seeburger Front-end workbench.

In the mapping variable section when I am trying to create a counter or variable I am getting the following error.

com.seeburger.functions.frontend.util.GenericException: com.seeburger.functions.permstore.PermstoreException: CounterBeanServlet: Could not call listCounters() method of the Servlet. Cause=java.net.ConnectException: Connection refused: connect

We are using the J2EE port as 50100 instead of standard 50000. And when I try to open the URL http://<XIServer>:50100/SeeFunctionsServlet/SeeCounters it returns me the initial counter name and value that is installed by default.

Can any one point me to a possible cause for this?

Thanks

Abinash

Accepted Solutions (0)

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

The exception you have pasted (Connection refused) means normally that you wanted to connect to a server but there was no one listening on the host/port you used.

You may want to double check that there is really someone listening on that server/port and you can connect from your Netweaver engine.

Just put those two lines in a test dummy JSP and from a standalone java client and see if you can connect :

Socket test = new Socket(host, port);

test.getInputStream()

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Gabriel,

Thanks for your reply. But what I am not sure is which host and port you are referring to in the JSP. The Seeburger front-end and all the Seeburger deployable objects use the same host and port name as that of J2EE engine of XI WEB AS.

For example to see all the variables created using Seeburger workbench we use the URL: http://<XI Server Host>:50100/SeeFunctionsServlet/SeeCounters

Thanks

Abinash

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

The problem got resolved after installing the patches for property store and configuring the J2EE port. This is required when the standard J2EE port 50000 is not used.

Thanks

Abinash

Former Member
0 Kudos

Hi ,

Can any one guide me where to get the patches for property store and the configuring in the J2EE port.

As our j2ee port no. is also not the default one....50000.

Regards,

Sunil.

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ,

I can send you the required patch. You need to deploy the archives contained in this patch but before that make sure you have un-deployed the older archives, which are present in the patch as well, if any during the standard installation.

Once you deploy the patch on the Seeburger front end workbench you should see an entry for Property Store.

Add the following entry to Property store as that's all:)

Namespace: http://seeburger.com/xi/SeeFunctions

Key: provider.servlet.server

Value: http://localhost:50000/ (where the port number 50000 must be set accordingly to the J2EE server configuration)

Thanks

Abinash

Former Member
0 Kudos

Hi Abinash,

Thanks for your time.

The patch was already available and i have to updated the property store values..:)

Namesapce:http://seeburger.com/xi/SeeFunctions

Key:provider.servlet.server

Vaue:http://<host>:<j2eeport>/

Thanks and Regards,

Sunil John.

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

I have sent it to your mail box.

Thanks

Abinash