Page 1 of 1

Cannot build l2jserver (java vm exception)

Posted: Fri Mar 02, 2012 9:38 pm
by Starter
L2J Revision Number: 5213
L2JDP Revision Number: 8708

Hi guys,

since the latest updates I did I cannot build my server anymore (not even a clean build) because a java vm exception is thrown (A Java Exception has occurred). Any idea(s)?

Things I tried to solve it:

a) reinstall java
b) installed a newer eclipse version
c) checked manifest.mf of java-engine-1.7.jar - seems ok related to the recent update to ecj-3.7.2

but nothing solved it or pointed out a solution so what could it be? :S

Regards

Re: Cannot build l2jserver (java vm exception)

Posted: Fri Mar 02, 2012 10:34 pm
by MELERIX
I tested build process and is ok

if you got any error during compiling please post the log.

Re: Cannot build l2jserver (java vm exception)

Posted: Sat Mar 03, 2012 1:41 am
by Zoey76
MELERIX wrote:I tested build process and is ok

if you got any error during compiling please post the log.
Same here, nothing weird on clean/updated soruce.

Re: Cannot build l2jserver (java vm exception)

Posted: Sat Mar 03, 2012 5:29 am
by Starter
Seems to be related to Ant - but out of a sudden after updating.. oO

Code: Select all

eclipse.buildId=I20120127-1145java.version=1.7.0_03java.vendor=Oracle CorporationBootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DECommand-line arguments:  -os win32 -ws win32 -arch x86 ErrorFri Mar 02 23:28:09 CET 2012Error logged from Ant UI: java.net.SocketTimeoutException: Accept timed out    at java.net.DualStackPlainSocketImpl.waitForNewConnection(Native Method)    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:125)    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:183)    at java.net.ServerSocket.implAccept(ServerSocket.java:522)    at java.net.ServerSocket.accept(ServerSocket.java:490)    at org.eclipse.ant.internal.launching.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:91) 
Well I reinstalled ant and all works again. Thanks for trying to help anyways! :)