Tuesday, October 16, 2007

Week 7: 10/09 - 10/15 Implementation of additional Labrat features ( 20+ hours)

The following was done

1. Converted the UI to a tiles implementation.
2. Implemented the upload and upload results screen. Will need to debug it.
3. After converting to equivalent JSF tags, the UI hasn't come out as I wanted it to be. Will need
to figure out by loading the HTML output in a designer.

ISSUES

1. Cannot attach a debugger. It is crapping out with this error

Incrementally deploying web_localhost:4848_serverCompleted incremental distribution of webDuplicated project name in import. Project labrat-web-impl defined first in C:\projects\labrat\web\nbproject\ant-deploy.xml and again in C:\projects\labrat\web\nbproject\build-impl.xmlconnect-debugger:Non-existing path "C:\projects\labrat\web\build\ear-module\WEB-INF\classes" provided.C:\projects\labrat\web\nbproject\build-impl.xml:553: The following error occurred while executing this line:C:\projects\labrat\web\nbproject\build-impl.xml:557: org.netbeans.api.debugger.jpda.DebuggerStartException: Connection refused: connectBUILD FAILED (total time: 1 second)

It started happening once again. Tried uninstalling and installing 5.5.1 and V2. Didn't work.

I resolved the earlier message. It happens if Tomcat is running in non-debug mode. I am getting this success message.

deployment started : 0%deployment finished : 100%Deploying application in domain completed successfullyTrying to create reference for application in target server completed successfullyTrying to start application in target server completed successfullyDeployment of application web completed successfullyDuplicated project name in import. Project labrat-web-impl defined first in C:\projects\labrat\web\nbproject\ant-deploy.xml and again in C:\projects\labrat\web\nbproject\build-impl.xmlconnect-debugger:Non-existing path "C:\projects\labrat\web\build\ear-module\WEB-INF\classes" provided.
Attached JPDA debugger to localhost:9009

Duplicated project name in import. Project labrat-web-impl defined first in C:\projects\labrat\web\nbproject\ant-deploy.xml and again in C:\projects\labrat\web\nbproject\build-impl.xmldebug-display-browser:BUILD SUCCESSFUL (total time: 3 seconds)

The debugger is getting attached, but IDE cannot connect to it. Connection refused.

No comments: