Cannot build l2jserver (java vm exception)

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Cannot build l2jserver (java vm exception)

Post 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
I have promises to keep and miles to go before I sleep.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Cannot build l2jserver (java vm exception)

Post by MELERIX »

I tested build process and is ok

if you got any error during compiling please post the log.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Cannot build l2jserver (java vm exception)

Post 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.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Cannot build l2jserver (java vm exception)

Post 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! :)
I have promises to keep and miles to go before I sleep.
Post Reply