Still get error if use non-default port and IP

Since I installed flowable apps on a difference machine other than localhost and 8080 port, I still got error information while deploying app.

I am now using 6.2.1,
While it works @6.1.2

Since I cannot upload the log file, just paste part of it:

12:05:43,006 [ajp-nio-8009-exec-9] DEBUG org.apache.http.headers - http-outgoing-6 << Content-Type: text/html;charset=utf-8
12:05:43,006 [ajp-nio-8009-exec-9] DEBUG org.apache.http.headers - http-outgoing-6 << Content-Language: en
12:05:43,007 [ajp-nio-8009-exec-9] DEBUG org.apache.http.headers - http-outgoing-6 << Content-Length: 1090
12:05:43,007 [ajp-nio-8009-exec-9] DEBUG org.apache.http.headers - http-outgoing-6 << Date: Fri, 15 Dec 2017 04:05:42 GMT
12:05:43,007 [ajp-nio-8009-exec-9] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
12:05:43,007 [ajp-nio-8009-exec-9] ERROR org.flowable.app.service.editor.AppDefinitionPublishService - Invalid deploy result code: HTTP/1.1 404 Not Found
12:05:43,008 [ajp-nio-8009-exec-9] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager is shutting down
12:05:43,008 [ajp-nio-8009-exec-9] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-6: Close connection
12:05:43,008 [ajp-nio-8009-exec-9] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager shut down
12:05:43,009 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceTransactionManager - Participating transaction failed - marking existing transaction as rollback-only
12:05:43,009 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceTransactionManager - Setting JDBC transaction [1367611661, URL=jdbc:oracle:thin:@10.1.8.166:1521:i9jzgz, UserName=IRMP, Oracle JDBC driver] rollback-only
12:05:43,010 [ajp-nio-8009-exec-9] DEBUG org.mybatis.spring.SqlSessionUtils - Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fd18616]
12:05:43,010 [ajp-nio-8009-exec-9] DEBUG org.mybatis.spring.SqlSessionUtils - Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fd18616]
12:05:43,010 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceTransactionManager - Initiating transaction rollback
12:05:43,010 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceTransactionManager - Rolling back JDBC transaction on Connection [1367611661, URL=jdbc:oracle:thin:@10.1.8.166:1521:i9jzgz, UserName=IRMP, Oracle JDBC driver]
12:05:43,013 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceTransactionManager - Releasing JDBC Connection [1367611661, URL=jdbc:oracle:thin:@10.1.8.166:1521:i9jzgz, UserName=IRMP, Oracle JDBC driver] after transaction
12:05:43,013 [ajp-nio-8009-exec-9] DEBUG org.springframework.jdbc.datasource.DataSourceUtils - Returning JDBC Connection to DataSource
12:05:43,016 [ajp-nio-8009-exec-9] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor - Written [org.flowable.app.model.editor.AppDefinitionUpdateResultRepresentation@7eacb0a0] as “application/json” using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@15388832]
12:05:43,016 [ajp-nio-8009-exec-9] DEBUG org.springframework.web.servlet.DispatcherServlet - Null ModelAndView returned to DispatcherServlet with name ‘appDispatcher’: assuming HandlerAdapter completed request handling
12:05:43,016 [ajp-nio-8009-exec-9] DEBUG org.springframework.web.servlet.DispatcherServlet - Successfully completed request
12:05:43,016 [ajp-nio-8009-exec-9] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter - Chain processed normally
12:05:43,016 [ajp-nio-8009-exec-9] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed

Hi,

You are using the Flowable Modeler app to deploy to the Flowable Task app?
There’s a property in the flowable-ui-app.properties that you need to modify in this case.
This is the default value:

deployment.api.url=http://localhost:8080/flowable-task/process-api

So you just have to modify it to the correct url for your servers.

Best regards,

Tijs

thanks, I already changed so

I guess I haven’t changed all flowable-ui-app.properties, will try at Monday.