• Welcome to KonaKart Community Forum. Please login or sign up.
 
December 22, 2024, 01:01:01 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - sergionni

1
Programming of KonaKart / Re: Debug konakart from Eclipse
September 28, 2010, 12:13:03 pm
Can't launch catalina jpda start even.

Got error:
java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port)
is normally permitted.

But it loosk like port isn't not busy,at least localhost:8780 doesn't respond.

Help,plz :-\
2
Programming of KonaKart / Re: Debug konakart from Eclipse
September 28, 2010, 11:47:09 am
Hi Brian, so is there any wiki or howto about Eclipse debug for Konakart?

Thanks.

--
sergei
3
Programming of KonaKart / Re: Debug konakart from Eclipse
September 27, 2010, 01:53:56 pm
Quote from: Brian on September 27, 2010, 01:48:12 pm
FYI  In the next release (v5.2.0.0) there is an ANT target that will create an Eclipse project that you can use to develop the store front easily under Eclipse.


Hi Brian, thanks for information. What is preliminary time of this release?

--
sergionni
4
Programming of KonaKart / Debug konakart from Eclipse
September 27, 2010, 01:38:20 pm
Hi konakart developers.
How did you tune debugging from Eclipse?

Seems,that StartAndLaunchKonaKart.bat should be started with jpda,but it doesn't help.

Eclipse config:
host:localhost
port:8780

Env. variables:
JPDA_ADDRES = 8780
JPDA_TRANSPORT = dt_socket

Thank you for help.
--
sergionni
5
Quote from: maverick on July 01, 2010, 08:38:03 am
hi prajakta,

i dont know if u really have the source code of konakart, as in the community edition they only share source code till action classes and rest all other is in jars, i have tried building this whole of community edition in eclipse and was successful, u just need to import the source in the eclipse project.
thanks & regards
shiv


Hi maverick, how did you managed to build project in Eclipse to see java classes?
I just managed to simply import the project(folder konakart) to Eclipse,and can't access .java files.Jars only.
Did you import separate project into Eclipse,e.g. konakart or konakart admin?

I'm new in Konakart.Thank you for answer.