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
Cannot build l2jserver (java vm exception)
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 484
- Joined: Sat Jan 23, 2010 4:42 pm
Cannot build l2jserver (java vm exception)
I have promises to keep and miles to go before I sleep.
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Cannot build l2jserver (java vm exception)
I tested build process and is ok
if you got any error during compiling please post the log.
if you got any error during compiling please post the log.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Cannot build l2jserver (java vm exception)
Same here, nothing weird on clean/updated soruce.MELERIX wrote:I tested build process and is ok
if you got any error during compiling please post the log.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 484
- Joined: Sat Jan 23, 2010 4:42 pm
Re: Cannot build l2jserver (java vm exception)
Seems to be related to Ant - but out of a sudden after updating.. oO
Well I reinstalled ant and all works again. Thanks for trying to help anyways! 
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)

I have promises to keep and miles to go before I sleep.