cancel
Showing results for 
Search instead for 
Did you mean: 

Build failed! Unknown error in CBS

Former Member
0 Kudos

Hi,

I have created a new webDynpro DC in a brand new Track.

I can able to build the DC in my NWDS. But I am getting the following in CBS after activating the changes

" BUILD DCs

'com.myname/firstdc in variant 'default'

Build failed! Unknown error

Change request state from PROCESSING to FAILED

Error! The following problem(s) occurred during request processing:

Error! The following error occurred during request processing:build controller process has terminated. cannot proceed with build

Error! build controller process has terminated. cannot proceed with build

"

In the build log , I can see a message "Build failed! Unknown error " !!!

Something related to Nameserver ?? Let me know the solution for this.

Regards,Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

snehal_kendre
Active Contributor
0 Kudos

HI,

can you post the build log..

Former Member
0 Kudos

Hi,

I can see only "BuildFailed..Unknown Error" in the build log screen

The following is the RequestLog

===== Processing ===== started at 2008-12-29 22:15:53.500 GMT

BUILD DCs

'com.test/test2' in variant 'default'

Build failed! Unknown error

Change request state from PROCESSING to FAILED

Error! The following problem(s) occurred during request processing:

Error! The following error occurred during request processing:build controller process has terminated. cannot proceed with build

Error! build controller process has terminated. cannot proceed with build

REQUEST PROCESSING finished at 2008-12-29 22:15:59.750 GMT and took 2 m 30 s 610 ms

I can see the following exception in the server logs

[EXCEPTION]

#3#ACTIVATION request in Build Space "CE3_DEMOPUB_D" at Node ID: 9,171,850

[id: 33; parentID: 0; type: 4]

[options: FORCE ACTIVATE PREDECESSORS]#build controller process has terminated. cannot proceed with build#java.lang.RuntimeException: build controller process has terminated. cannot proceed with build

at com.sap.tc.cbs.server.proc.impl.build.BuildProcessWrapper.doBuild(BuildProcessWrapper.java:71)

at com.sap.tc.cbs.server.proc.impl.build.BuildSupervisor.build(BuildSupervisor.java:313)

at com.sap.tc.cbs.server.proc.impl.BuildProcessor._process(BuildProcessor.java:134)

at com.sap.tc.cbs.server.proc.impl.Processor.process(Processor.java:140)

at com.sap.tc.cbs.server.proc.RequestHandler.doProcessing(RequestHandler.java:651)

at com.sap.tc.cbs.server.proc.RequestHandler.doProcess(RequestHandler.java:214)

at com.sap.tc.cbs.server.proc.RequestHandler.process(RequestHandler.java:145)

at com.sap.tc.cbs.server.proc.RequestHandler.run(RequestHandler.java:122)

at com.sap.tc.cbs.server.rt.threads.PerpetualRunnable.run(PerpetualRunnable.java:103)

Finally looks like CBS started build, but build is taking very very long time ...I can see the request state in "Queued" state in CBS. and not progressing at all.

Regards, Anil

Edited by: Anilkumar Vippagunta on Dec 30, 2008 2:10 AM

Edited by: Anilkumar Vippagunta on Dec 30, 2008 5:04 AM

Former Member
0 Kudos

Finally...Managed to get it working !!!

Solution : By setting the BUILD_TOOL_JDK_HOME in config tool.

Regards, ANil