i need help with awt.dll: Access denied

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
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

i need help with awt.dll: Access denied

Post by demian23 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7664

I have problems with this error:

Code: Select all

4/10/2010 10:46:32 PM com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket runGRAVE: Client: [Character: Zayko[268482331] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; C:\Program Files\Java\jre6\bin\awt.dll: Access deniedjava.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: Acceso denegado    at java.lang.ClassLoader$NativeLibrary.load(Native Method)    at java.lang.ClassLoader.loadLibrary0(Unknown Source)    at java.lang.ClassLoader.loadLibrary(Unknown Source)    at java.lang.Runtime.loadLibrary0(Unknown Source)    at java.lang.System.loadLibrary(Unknown Source)    at sun.security.action.LoadLibraryAction.run(Unknown Source)    at java.security.AccessController.doPrivileged(Native Method)    at java.awt.Toolkit.loadLibraries(Unknown Source)    at java.awt.Toolkit.<clinit>(Unknown Source)    at java.awt.Rectangle.<clinit>(Unknown Source)    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
I could not really fix and what I find here I have not worked...
and remove the Read Only attribute to java folder, but dont work...
I put the server on c: but neither worked... :cry:
I need help, thanks for helping...

sorry if I post this, but I have not found solution to my problem :(
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: i need help with awt.dll: Access denied

Post by Naonah »

viewtopic.php?f=81&t=18917

use search next time
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

yeah, but i cant find a answer to help me with my problem :(...
can you tell me how exactly u fix it? please...
step by step

help please, i really need help :(
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: i need help with awt.dll: Access denied

Post by Naonah »

you need client moding but it is not supported here
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: i need help with awt.dll: Access denied

Post by hope »

Naonah wrote:you need client moding but it is not supported here
No u don't do you know anything at all about java
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

hope... can you help me please?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: i need help with awt.dll: Access denied

Post by hope »

check your path
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

but how?

in JAVA_HOME=C:\program files\Java\jre6

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6

:(

Code: Select all

Client: [Character: Demian[268482346] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; Could not initialize class java.awt.Rectanglejava.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: i need help with awt.dll: Access denied

Post by MELERIX »

JAVA_HOME is for JDK not JRE

and why you have C:\program files\Java\jre6 in path ?

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

MELERIX wrote:JAVA_HOME is for JDK not JRE

and why you have C:\program files\Java\jre6 in path ?

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6
i put in JAVA_HOME=C:\program files\Java\jdk1.6.0_21\

and path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\
but its same... dont work :(
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: i need help with awt.dll: Access denied

Post by MELERIX »

now is fine... but what error are you getting now ?
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

this...

Code: Select all

 Client: [Character: Demian[268482346] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; Could not initialize class java.awt.Rectanglejava.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: i need help with awt.dll: Access denied

Post by MELERIX »

${l2j.revision} & ${l2jdp.revision} this means that you have compiled server/dp without subversion...

try to check this guides, may be you forgot something: viewtopic.php?f=2&t=10719
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

Re: i need help with awt.dll: Access denied

Post by demian23 »

how do you the path and JAVA_HOME ?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: i need help with awt.dll: Access denied

Post by hope »

Locked