These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

jEveAssets 4.1.2 (2017-06-07)

First post
Author
Strykr X
University of Caille
Gallente Federation
#921 - 2015-08-26 21:23:17 UTC  |  Edited by: Strykr X
I don't understand what you mean by "use jmemory.jar to run jEveAssets". I double-click on jmemory.jar and nothing happens. That's pretty much everything I know about java.

I tried all the line commands you listed...only the 1g one actually opened the program. The rest of them responded with something like "can't allocate that much space".

There's 16 GB of system memory in the computer, so it seems much more likely I'm not using java properly than a possible hardware limitation.


Here are the error messages, specifically:

java -Xmx4g -jar jeveassets.jar
Quote:
Invalid maximum heap size: -Xmx4g
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.


java -Xmx3g -jar jeveassets.jar
Quote:
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap

java -Xmx2g -jar jeveassets.jar
Quote:
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


java -Xmx1g -jar jeveassets.jar
(Program runs)
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#922 - 2015-08-27 11:26:05 UTC
You're using a 32 bit java. That has a maximum (across everything, heap and other memory) limit of 2GB of ram.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Strykr X
University of Caille
Gallente Federation
#923 - 2015-08-28 19:06:31 UTC
oooohhhh, lame, could have sworn I installed the x64 version (or at least attempted to several times). But that explains all the trouble I've been having.

Thank you for the response, Steve--you definitely have my vote for CSM!

And thank you, Golden Gnu and team, for making this wonderful tool!
Cedric Choy
Zepthanui
#924 - 2015-08-31 19:27:30 UTC
ok so forgive my computer ignorance but I have downloaded this program and cant find any way to actually run it, I am sure you have had this before and probably answered it but what am I doing wrong? I run windows 8.1 64bit version with 8gb of ram so pretty sure I should be able to run the program.
Wafou Ka'Djo
Yellow Box Ltd.
#925 - 2015-08-31 21:37:05 UTC  |  Edited by: Wafou Ka'Djo
Cedric Choy wrote:
ok so forgive my computer ignorance but I have downloaded this program and cant find any way to actually run it, I am sure you have had this before and probably answered it but what am I doing wrong? I run windows 8.1 64bit version with 8gb of ram so pretty sure I should be able to run the program.


You should download and install Java from http://java.com/inc/BrowserRedirect1.jsp?locale=en , it automatically assing .jar file to Java itself and then you can run jeveassets just double cliking on the jeveassets.jar file.
UberMarmalade
Prime Militia
#926 - 2015-09-14 20:47:21 UTC
I've been getting a 'critical error' and crash when doing an update.

From the logs just after an error:
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 14 prices
INFO [SwingWorker-pool-2-thread-4] net.nikr.eve.jeveasset.io.online.PriceDataGetter - Price data updated
INFO [SwingWorker-pool-2-thread-4] net.nikr.eve.jeveasset.io.online.PriceDataGetter - Price data cached saved
INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program - Updating EventList
INFO [Save Settings 5: Save Asset Added Date] net.nikr.eve.jeveasset.Program - Saving Settings: Save Asset Added Date
ERROR [Save Settings 5: Save Asset Added Date] net.nikr.eve.jeveasset.NikrUncaughtExceptionHandler - Uncaught Exception (Thread): null
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at net.nikr.eve.jeveasset.io.local.SettingsWriter.writeTrackerData(SettingsWriter.java:172)
at net.nikr.eve.jeveasset.io.local.SettingsWriter.write(SettingsWriter.java:100)
at net.nikr.eve.jeveasset.io.local.SettingsWriter.save(SettingsWriter.java:65)
at net.nikr.eve.jeveasset.data.Settings.saveSettings(Settings.java:291)
at net.nikr.eve.jeveasset.Program.doSaveSettings(Program.java:342)
at net.nikr.eve.jeveasset.Program.access$000(Program.java:82)
at net.nikr.eve.jeveasset.Program$SaveSettings.run(Program.java:682)
INFO [Save Settings 6: API Update] net.nikr.eve.jeveasset.Program - Saving Settings: API Update
INFO [Save Settings 6: API Update] net.nikr.eve.jeveasset.io.shared.AbstractXmlWriter - Backup created: settings.bac
INFO [Save Settings 6: API Update] net.nikr.eve.jeveasset.io.local.SettingsWriter - Settings saved
Golden Gnu
Lobach Inc.
#927 - 2015-09-15 18:43:09 UTC
@UberMarmalade
Thank you for your bug report.
I will look into ASAP :)

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Golden Gnu
Lobach Inc.
#928 - 2015-09-17 14:50:15 UTC
@UberMarmalade
Bug found and fixed.
I will release a bug fix version soon.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Golden Gnu
Lobach Inc.
#929 - 2015-09-17 16:27:03 UTC
jEveAssets 2.10.3 released

Changed:
-Changed Google Code links to GitHub
-Minor optimization to stockpile tool
-Updated Glazed Lists library to 1.9.1
-Removed eve.addicts.nl

Bug Fix:
-Added Glazed list read locks (could fix some bugs or not)
-Save eve fittings (wrong type name)
-Race condition when updating (tracker point creation)
-Settings was not saved after deleting stockpile
-ArrayIndexOutOfBounds in EnumTableFormatAdaptor

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Golden Gnu
Lobach Inc.
#930 - 2015-09-18 18:13:47 UTC
jEveAssets 2.11.0 Dev Build 1

Download: http://eve.nikr.net/jeveassets/jeveassets-2.11.0-dev1.zip

New Features:
-Added average price to Transactions status bar and popup menu
-Marker Orders history
-Added last opposite transaction price/profit/percent columns to Market Orders
-Tracker total now only include selected values (instead of everything)
-Stockpile: Export/Import to xml
-Import/Export Filters
-More user friendly import of text
-Price Update Options (All/New/None)
-Jump columns (via table menu)
-Release updates via installer

Attention Warning: This build may not be compatible with the final release and may corrupt your settings. Run with portable to be safe.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

PirateMarmalade
Doomheim
#931 - 2015-09-20 19:49:57 UTC
Golden Gnu wrote:
@UberMarmalade
Bug found and fixed.


Awesome. Thanks so much for the great tool.
Golden Gnu
Lobach Inc.
#932 - 2015-09-22 12:17:54 UTC
jEveAssets 2.10.4 released

Bug Fix:
-Possible fix for IllegalArgument in getLocalFile() (BugID: 284 and 179)
-ConcurrentModificationException in HashMap constructor (BugID: 202 and 282)
-NullPointerException in ProfileWriter (BugID: 285)

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Chribba
Otherworld Enterprises
Otherworld Empire
#933 - 2015-09-29 07:21:27 UTC
Since a few days it has started to hang for me after trying to update Price Data. Is this a common problem or maybe just problems to fetch eve-central data?

Keep up the good work

/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Golden Gnu
Lobach Inc.
#934 - 2015-09-29 09:38:20 UTC
@Chribba
I wasn't able to reproduce it (but, I don't have a lot of items).
If you email me the logs, I will look into ASAP.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Chribba
Otherworld Enterprises
Otherworld Empire
#935 - 2015-09-29 10:13:54 UTC
Might have been a false report, I left it running and some hour or so later it was actually responding again. Not sure if perhaps it was just my connection to eve-central that is slow making it take many times longer than before (the progress bar hits full quickly then it just sits there).

So I'll give it some more tries and see if it's only my side (and number of items).

/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Golden Gnu
Lobach Inc.
#936 - 2015-09-29 11:05:49 UTC
@Chribba
It may be because jEveAssets have an item that return error from Eve-Central.
jEveAssets will try to figure out what item in the batch returned the error, that can take some time.
Anyway, the logs should show if anything went wrong.

I also assume Eve-Central is on heavier load, now that eve.addicts.nl have closed.

jEveAssets does a full update of the GUI, once it's done updating from the API - this may take some time if you have a lot of items/contracts/transaction etc. (But, doesn't really fit the bill, because, it wasn't a problem before)

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Chribba
Otherworld Enterprises
Otherworld Empire
#937 - 2015-10-03 17:08:30 UTC
It may not give much:

java.io.IOException: Server returned HTTP response code: 502 for URL: http://api.eve-central.com/api/marketstat?typeid=43&regionlimit=10000002&hours=96
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at uk.me.candle.eve.pricing.AbstractPricing.getDocument(AbstractPricing.java:182)
at uk.me.candle.eve.pricing.AbstractPricingEasy.fetchPrices(AbstractPricingEasy.java:79)
at uk.me.candle.eve.pricing.AbstractPricing$PriceFetchingThread.run(AbstractPricing.java:465)
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 1 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 1 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 1 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 1 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 21 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 21 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [SwingWorker-pool-2-thread-2] net.nikr.eve.jeveasset.io.online.PriceDataGetter - Failed to update price data for the following typeIDs: 16385, 16387
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
INFO [SwingWorker-pool-2-thread-2] net.nikr.eve.jeveasset.io.online.PriceDataGetter - Price data updated
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 99 prices
ERROR [Price Fetching] uk.me.candle.eve.pricing.AbstractPricingEasy - getting 76 prices
INFO [SwingWorker-pool-2-thread-2] net.nikr.eve.jeveasset.io.online.PriceDataGetter - Price data cached saved
INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program - Updating EventList
INFO [Save Settings 0: Asset Added Date] net.nikr.eve.jeveasset.Program - Saving Settings: Asset Added Date
INFO [Save Settings 0: Asset Added Date] net.nikr.eve.jeveasset.io.shared.AbstractXmlWriter - Backup created: settings.bac
INFO [Save Settings 0: Asset Added Date] net.nikr.eve.jeveasset.io.local.SettingsWriter - Settings saved
INFO [Save Settings 1: API Update] net.nikr.eve.jeveasset.Program - Saving Settings: API Update
INFO [Save Settings 1: API Update] net.nikr.eve.jeveasset.io.shared.AbstractXmlWriter - Backup created: settings.bac
INFO [Save Settings 1: API Update] net.nikr.eve.jeveasset.io.local.SettingsWriter - Settings saved
INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.shared.AbstractXmlWriter - Backup created: #Default.bac

Has been stalled for the past hour.

(Duplicates removed "getting prices")

/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Golden Gnu
Lobach Inc.
#938 - 2015-10-03 17:59:30 UTC
@Chribba
I was getting 502 earlier today from eve-central, as well (but, not now - but, I'm on a new IP). It may have been a general error.
But, I need to fix jEveAssets so it cancel the update on 502 (I think It's normally used if you're blocked)

Thank you for your bug report :)

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Cat Harkness
Twilight Labs
The Serenity Initiative
#939 - 2015-10-03 19:46:53 UTC
Golden Gnu wrote:
@Chribba
I was getting 502 earlier today from eve-central, as well (but, not now - but, I'm on a new IP). It may have been a general error.
But, I need to fix jEveAssets so it cancel the update on 502 (I think It's normally used if you're blocked)

Thank you for your bug report :)


There have been issues with eve-central being down today, (the api at lease).

Cat Harkness

CEO

Twilight Labs

Mephiztopheleze
Laphroaig Inc.
#940 - 2015-11-02 01:03:57 UTC
Does the value of plugged in Implants get included in the net worth calculations?

Great app by the way, thanks!

Occasional Resident Newbie Correspondent for TMC: http://themittani.com/search/site/mephiztopheleze

This is my Forum Main. My Combat Alt is sambo Inkura