unidbg-server icon indicating copy to clipboard operation
unidbg-server copied to clipboard

代码能运行,但是服务没启起来,请求就是访问被拒绝

Open stathamcheng opened this issue 4 years ago • 3 comments

stathamcheng avatar Dec 06 '21 12:12 stathamcheng

. ____ _ __ _ _ /\ / ' __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ' / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) ) ' |
| .__|| ||| |_, | / / / / =========||==============|/=//// :: Spring Boot :: (v2.1.3.RELEASE)

[main] INFO com.UnidbgServerApplication - Starting UnidbgServerApplication on xxxdeMBP.lan with PID 34609 (/Users/xxx/Desktop/unidbg-server-main/target/classes started by xxx in /Users/xxx/Desktop/unidbg-server-main) [main] INFO com.UnidbgServerApplication - No active profile set, falling back to default profiles: default [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 12334 (http) 十二月 06, 2021 8:49:54 下午 org.apache.catalina.core.StandardService startInternal 信息: Starting service [Tomcat] 十二月 06, 2021 8:49:54 下午 org.apache.catalina.core.StandardEngine startInternal 信息: Starting Servlet engine: [Apache Tomcat/9.0.16] 十二月 06, 2021 8:49:54 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/xxx/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.] 十二月 06, 2021 8:49:55 下午 org.apache.catalina.core.ApplicationContext log 信息: Initializing Spring embedded WebApplicationContext [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1924 ms [main] INFO com.github.unidbg.linux.ARM32SyscallHandler - openat dirfd=-100, pathname=/proc/self/exe, oflags=0x0, mode=0

stathamcheng avatar Dec 06 '21 12:12 stathamcheng

直接请求localhost:12334都被拒绝

stathamcheng avatar Dec 06 '21 12:12 stathamcheng

端口9090的 在文件application.properties里有配置

cxapython avatar Feb 17 '22 03:02 cxapython