Hi,
has anyone experiencing problems with publishing the content on ARIS Publisher in SR6?
I can access previously published content but I cannot publish new/update existing as there is not list of existing publisher exports as well if I test the connection while adding the publisher server I get message that server does not exist!
thanks.
M
Hello Milan,
Can you please provide more details? I assume that you've performed an update, so I'm not sure whether you got access to the previously created Publisher exports in the ARIS Architect Administration, or in the Publisher itself? Are the published databases still exist on the Design server?
Regards
Tony
Hello Milan,
does your Publisher server listen on the ARIS default port (19990 as far as i can remember) or did you change it?
I had a similar problem establishing the connection from Connect/Design Server to Publisher and was advised by SAG support to change a Design Server property (port 80 as an example):
- Open the ARIS Server Administrator tool and connect to your ARIS server
- Enter the following command: set abs.bp.port 80
- The setting will become active instantly
This way of config change will not be overwritten by an update installation of ARIS, whereas manually editing the corresponding file
ARIS9.8\server\bin\work\work_abs_<SIZE>\base\webapps\abs\config\defaultServerSettings.cfg
is "unsafe".
Regards, Martin
Hi,
I hat the help of softwareag support.
you have to change in <InstDir>\server\bin\work\work_businesspublisher_<s,m,l>\base\webapps\businesspublisher\WEB-INF\web.xml
<servlet>
<servlet-name>dispatcherservlet</servlet-name>
<servlet-class>com.idsscheer.remoting.DispatcherServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
replace by
<servlet>
<servlet-name>dispatcherservlet</servlet-name>
<servlet-class>com.idsscheer.remoting.DispatcherServlet</servlet-class>
<load-on-startup>1</load-on-startup>
<init-param>
<param-name>allowedClasses </param-name>
<param-value>com.aris.modeling.common.serverremoteapi,com.aris.modeling.common.core,com.aris.modeling.common,com.idsscheer.remoting,java.util,com.idsscheer.remoting,com.aris.licensing.types,com.idsscheer.graphlayout,com.idsscheer.aris.methodology,com.idsscheer.simulationserver.api,com.idsscheer.simulationserver.datatypes,com.idsscheer.report.execution.result,com.idsscheer.report.execution.result.logic,java.io.file</param-value>
</init-param>
</servlet>
restart the bublisher server