Hi,
I place a break point at doFilter , within the method
MifosLegacyUsernamePasswordAuthenticationFilter.
I am trying to understand login.
I launch in debug mode and my expectation is that once i log in, it should
break at
doFilter, but nothing of sort happens !!
Please guide.
Steps --
1)right-click file Mifos START 8080.launch -> Debug as
2) It goes into debug mode
3) F6 does leads to following errors
Exception in thread "main" java.net.SocketException: Unrecognized Windows
Sockets error: 0: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at
org.eclipse.jetty.server.bio.SocketConnector.newServerSocket(SocketConnector.java:86)
at
org.eclipse.jetty.server.bio.SocketConnector.open(SocketConnector.java:75)
at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:356)
at
org.eclipse.jetty.server.bio.SocketConnector.doStart(SocketConnector.java:146)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at org.eclipse.jetty.server.Server.doStart(Server.java:269)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at
org.mifos.server.AbstractServerLauncher.startServer(AbstractServerLauncher.java:67)
at
org.mifos.server.workspace.WorkspaceServerLauncherMain.main(WorkspaceServerLauncherMain.java:39)
Where as i expect it should
A) launch browser with http://localhost:8080/mifos
B) login
Here my expectation is that it should break point at the doFilter line.
Or my line of reasoning requires fine tuning.
Also btw, what is the dev list to mail to?
Thanks.
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users