Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with current master on OSX #51

Closed
janrenz opened this issue Nov 28, 2018 · 5 comments
Closed

Problem with current master on OSX #51

janrenz opened this issue Nov 28, 2018 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@janrenz
Copy link
Contributor

janrenz commented Nov 28, 2018

What i have done:
used maven to build..
then startup via script...

server is not booting, error message in server log:

19:10:31.723 ERROR [] Application run failed - MDC:[] CLASS:[SpringApplication]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobModelExecuteService' defined in file [/Users/janrenz/code/studio/build/target/dist/brightics-studio/brightics-server/BOOT-INF/classes/com/samsung/sds/brightics/server/common/thread/concurrent/JobModelExecuteService.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.samsung.sds.brightics.server.common.thread.concurrent.JobModelExecuteService]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems: 
	The method getMaxConcurrentJobs() is undefined for the type BrighticsAgent
	The method getJid() is undefined for the type JobParam
	The method getUser() is undefined for the type BrtcJobStatus
	The method getAgentId() is undefined for the type BrtcJobStatus
	The method getJobId() is undefined for the type BrtcJobStatus
	The method setErrorInfo(List<ExceptionInfoVO>) is undefined for the type JobStatusVO
	The method setStatus(String) is undefined for the type JobStatusVO
	The method setErrorMessage(String) is undefined for the type JobStatusVO
@JaebooJung JaebooJung added the question Further information is requested label Nov 29, 2018
@ihk6262
Copy link
Contributor

ihk6262 commented Nov 29, 2018

@janrenz
The error log looks like something related to project lombok.
Brightics studio implements getter and setter of model object through open source lombok.
So, to complie, you should get the lombok jar from https://projectlombok.org/ and set it in the IDE.
Please let us know more detailed development environment and we will guide you.

@janrenz
Copy link
Contributor Author

janrenz commented Nov 29, 2018

Will this be solved by Issue #24? Than i could wait for this...

@ihk6262
Copy link
Contributor

ihk6262 commented Nov 29, 2018

I'm not sure.
What script did you run after building with maven?

@janrenz
Copy link
Contributor Author

janrenz commented Nov 29, 2018

./start_brightics_server.sh

@krazyeom
Copy link
Contributor

@janrenz

Will this be solved by Issue #24? Than i could wait for this...

I've already done with this issue. but now I'm trying to test many kind of situations.

You can download brightics binary files on https://github.com/brightics/studio/releases and you can use it on macOS, windows, and linux.

@janrenz janrenz closed this as completed Nov 30, 2018
gyu77hs pushed a commit that referenced this issue Oct 19, 2022
[24935-M][Studio] twkorean 패키지 관련 Documents Summarizer (Korean) 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants