这个问题可能与浏览器、字符集或编码方式相关。一种解决方法是更换浏览器或使用 private mode 或 incognito mode 重新打开页面,如果问题仍然存在,可以尝试更改字符集或编码方式。
例如,你可以在应用程序的 bootstrap.conf 或 nifi.properties 中添加以下设置,来指定使用 UTF-8 编码方式:
bootstrap.conf:
JAVA_OPT="${JAVA_OPT} -Dfile.encoding=UTF-8"
nifi.properties:
nifi.web.http.host=
nifi.web.http.port=
nifi.web.https.host=0.0.0.0
nifi.web.https.port=8443
nifi.web.http.network.interface.default=
nifi.web.https.network.interface.default=
nifi.web.proxy.context.path=/nifi
nifi.web.http.proxy.host=
nifi.web.http.proxy.port=
nifi.web.http.proxy.username=
nifi.web.http.proxy.password=
nifi.web.proxy.context.paths=/nifi
nifi.remote.input.host=
nifi.remote.input.secure=false
nifi.remote.input.socket.port=
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=1 hour
nifi.security.keystore=
nifi.security.keystoreType=
nifi.security.keystorePasswd=
nifi.security.keyPasswd=
nifi.security.truststore=
nifi.security.truststoreType=
nifi.security.truststorePasswd=
nifi.security.user.authorizer=
请注意,这里只是生成了示例配置文件的范例;实际配置文件可能有多种不同的设置。