You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
2025-04-22 17:59:08.645 | 2025-04-22 17:59:08,644 [] [] [http-nio-8887-exec-5] INFO c.a.o.a.h.s.f.AclFilter - HTTP Request - URL: /public/v1/builder/job/submit, Method: POST, Params: {"ctoken":["bigfish_ctoken_19hfb9gfif"]}
2025-04-22 17:59:08.645 | 2025-04-22 17:59:08,645 [] [] [http-nio-8887-exec-5] INFO c.a.o.a.h.s.f.AclFilter - aclFilter.gotoUrl:/#/login
2025-04-22 17:59:08.650 | 2025-04-22 17:59:08,650 [] [] [http-nio-8887-exec-5] INFO c.a.o.c.u.p.PemjaUtils - PemjaUtils.invoke uniqueKey:SPGServerBridge_dc9981a6e3085c2489b721055065f900 config:{"className":"SPGServerBridge","hostAddr":"http://127.0.0.1:8887","method":"run_vectorizer_config_check","modulePath":"kag.bridge.spg_server_bridge","params":{},"paramsPrefix":"","pythonExec":"/home/admin/miniconda3/bin/python","pythonPaths":"/home/admin/miniconda3/lib/python3.10/site-packages/"} input:["{"api_key":"dc2983a3-bf8a-4b85-ab0f-6895350f96f5","vector_dimensions":"4096","base_url":"https://ark.cn-beijing.volces.com/api/v3/","source_type":"default","model":"doubao-embedding-large-text-240915","type":"openai"}"]
2025-04-22 17:59:09.010 | 2025-04-22 17:59:09,010 [] [] [http-nio-8887-exec-5] INFO c.a.o.c.u.p.PemjaUtils - PemjaUtils.invoke succeed uniqueKey:SPGServerBridge_dc9981a6e3085c2489b721055065f900 result:4096
2025-04-22 17:59:09.011 | 2025-04-22 17:59:09,010 [] [] [http-nio-8887-exec-5] INFO c.a.o.c.u.p.PemjaUtils - PemjaUtils.invoke uniqueKey:SPGServerBridge_e7c5e94af025fe59a8fda228403d83a9 config:{"className":"SPGServerBridge","hostAddr":"http://127.0.0.1:8887","method":"run_llm_config_check","modulePath":"kag.bridge.spg_server_bridge","params":{},"paramsPrefix":"","pythonExec":"/home/admin/miniconda3/bin/python","pythonPaths":"/home/admin/miniconda3/lib/python3.10/site-packages/"} input:["{"__customParamKeys":[],"creator":"openspg","createTime":"2025-04-22 16:52:07","base_url":"http://localhost:11434/v1/chat/completions","model":"deepseek-r1:1.5b","type":"ollama","llm_id":"10166fa5-2c9b-4f4a-80a0-93974e9344ae","desc":"deepseek-r1:1.5b"}"]
2025-04-22 17:59:09.080 | 2025-04-22 17:59:09,079 [] [] [http-nio-8887-exec-5] ERROR c.a.o.s.a.h.s.HttpBizTemplate - execute http biz callback unknown error
2025-04-22 17:59:09.080 | pemja.core.PythonException: <class 'RuntimeError'>: invalid llm config: {'__customParamKeys': [], 'creator': 'openspg', 'createTime': '2025-04-22 16:52:07', 'base_url': 'http://localhost:11434/v1/chat/completions', 'model': 'deepseek-r1:1.5b', 'type': 'ollama', 'llm_id': '10166fa5-2c9b-4f4a-80a0-93974e9344ae', 'desc': 'deepseek-r1:1.5b'}, for details: Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download
2025-04-22 17:59:09.080 | at /home/admin/miniconda3/lib/python3.10/site-packages/kag/bridge/spg_server_bridge.run_llm_config_check(spg_server_bridge.py:95)
2025-04-22 17:59:09.080 | at /home/admin/miniconda3/lib/python3.10/site-packages/kag/common/llm/llm_config_checker.check(llm_config_checker.py:42)
2025-04-22 17:59:09.080 | at pemja.core.PythonInterpreter.invokeMethodOneArgString(Native Method)
2025-04-22 17:59:09.080 | at pemja.core.PythonInterpreter.invokeMethodOneArg(PythonInterpreter.java:212)
2025-04-22 17:59:09.080 | at pemja.core.PythonInterpreter.invokeMethod(PythonInterpreter.java:116)
2025-04-22 17:59:09.080 | at com.antgroup.openspg.common.util.pemja.PemjaUtils.invoke(PemjaUtils.java:41)
2025-04-22 17:59:09.080 | at com.antgroup.openspgapp.core.reasoner.service.utils.Utils.checkLLM(Utils.java:57)
2025-04-22 17:59:09.080 | at com.antgroup.openspgapp.api.http.server.builder.BuilderJobController$3.check(BuilderJobController.java:187)
2025-04-22 17:59:09.080 | at com.antgroup.openspg.server.api.http.server.HttpBizTemplate.execute2(HttpBizTemplate.java:77)
2025-04-22 17:59:09.080 | at com.antgroup.openspgapp.api.http.server.builder.BuilderJobController.submit(BuilderJobController.java:172)
2025-04-22 17:59:09.080 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-04-22 17:59:09.080 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-04-22 17:59:09.080 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-04-22 17:59:09.080 | at java.lang.reflect.Method.invoke(Method.java:498)
2025-04-22 17:59:09.080 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
2025-04-22 17:59:09.080 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
2025-04-22 17:59:09.080 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:696)
2025-04-22 17:59:09.080 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
2025-04-22 17:59:09.080 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at com.antgroup.openspgapp.api.http.server.filter.AclFilter.doFilter(AclFilter.java:146)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at com.alipay.sofa.tracer.plugins.springmvc.SpringMvcSofaTracerFilter.doFilter(SpringMvcSofaTracerFilter.java:87)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
2025-04-22 17:59:09.080 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
2025-04-22 17:59:09.080 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
2025-04-22 17:59:09.080 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2025-04-22 17:59:09.080 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
2025-04-22 17:59:09.080 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
2025-04-22 17:59:09.080 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
2025-04-22 17:59:09.080 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2025-04-22 17:59:09.080 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
2025-04-22 17:59:09.080 | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
2025-04-22 17:59:09.080 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2025-04-22 17:59:09.080 | at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
2025-04-22 17:59:09.080 | at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
2025-04-22 17:59:09.080 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2025-04-22 17:59:09.080 | at java.lang.Thread.run(Thread.java:750)
2025-04-22 17:59:09.081 | 2025-04-22 17:59:09,081 [] [] [http-nio-8887-exec-5] INFO c.a.o.a.h.s.f.AclFilter - [POST:http://localhost:8887/public/v1/builder/job/submit] cost:436
Beta Was this translation helpful? Give feedback.
All reactions