Code Monkey home page Code Monkey logo

ds3_java_browser's People

Contributors

amit-dubey avatar denverm80 avatar graciespadre avatar irahulgautam avatar jainsulabh1991 avatar racheltucker avatar rpmoore avatar scribe avatar sulabhjain1991 avatar vaibhavvvdn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ds3_java_browser's Issues

Error on DELETE of larger data sets.

I'm not certain what the cutoff size is yet but, when we DELETE larger folders in a bucket, it appears that the EON browser times out, and errors, but after waiting long enough, it appears to eventually delete the data. I do not think this is related to the 500k limitation.

2023-09-07 13:34:38,999 INFO [JavaFX Application Thread] c.s.d.g.c.d.Ds3PanelPresenter [Ds3PanelPresenter.java:509] Got delete object event
2023-09-07 13:34:39,003 INFO [JavaFX Application Thread] c.s.d.g.c.d.Ds3PanelPresenter [Ds3PanelPresenter.java:519] Delete folder TreeItem [ value: com.spectralogic.dsbrowser.gui.components.ds3panel.ds3treetable.Ds3TreeTableValue@value ]
2023-09-07 13:34:39,004 INFO [JavaFX Application Thread] c.s.d.g.s.d.DeleteService [DeleteService.java:123] Got delete folder event
2023-09-07 13:34:43,621 INFO [pool-3-thread-9] c.s.d.n.NetworkClientImpl [NetworkClientImpl.java:221] Sending request: DELETE http://IPADDRESS:80 /rest/folder/PATH
2023-09-07 13:34:43,622 DEBUG [pool-3-thread-9] c.s.d.u.Signature [Signature.java:52] String to sign: DELETE\n\napplication/xml\nThu, 07 Sep 2023 18:34:43 +0000\n/rest/folder/PATH
2023-09-07 14:34:43,740 ERROR [pool-3-thread-9] c.s.d.g.s.t.CancelAllRunningJobsTask [Ds3DeleteFoldersTask.java:71] Failed to delete folder FOLDER:PATH
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at com.spectralogic.ds3client.networking.NetworkClientImpl$RequestExecutor.execute(NetworkClientImpl.java:234)
at com.spectralogic.ds3client.networking.NetworkClientImpl.getResponse(NetworkClientImpl.java:174)
at com.spectralogic.ds3client.Ds3ClientImpl.deleteFolderRecursivelySpectraS3(Ds3ClientImpl.java:838)
at com.spectralogic.dsbrowser.gui.services.tasks.Ds3DeleteFoldersTask.call(Ds3DeleteFoldersTask.java:67)
at com.spectralogic.dsbrowser.gui.services.tasks.Ds3DeleteFoldersTask.call(Ds3DeleteFoldersTask.java:37)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2023-09-07 14:34:43,742 ERROR [JavaFX Application Thread] c.s.d.g.c.d.DeleteItemPresenter [DeleteItemPresenter.java:180] Failed to delete selected item(s): folderDeleteFailed null

Mac Signing Issues showing as damaged install

Recently Apple made changes to their requirements for signing and due to this every dmg we've generated now needs this additional validation logic. This is not proving to be straightforward and may require re-packaging of the browser.

However, there is a workaround that will allow the browser to operate even without the extra signing. In order to execute this workaround, open the shell and execute the following steps.

  1. cd /Applications
  2. execute sudo xattr -cr BlackPearlEonBrowser.app

The browser should now run.

I'll use this issue to track the progress of the fix.

Problems running

I installed on a CentOS 7 system:
blackpearleonbrowser-2.0.46-1.x86_64

once I tried to run the browser, I get the error message:
% /opt/BlackPearlEonBrowser/BlackPearlEonBrowser
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
... 1 more
BlackPearlEonBrowser Error invoking method.
BlackPearlEonBrowser Failed to launch JVM

I have installed the latest version of java:

% java -version
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)

Does the software work on CentOS 7 systems?

EON Browser errors when trying to restore objects when the object count is 500k or greater

Working with a customer that we are trying to restore entire buckets so he can re-archive in a more sensible way as he inherited this from someone else... Anyways bumped into an issue when trying to restore an a bucket with more than 500k objects, and its hard to know how many objects you are trying to restore even if you try smaller parts of the bucket, so its a guess and check, and hard to keep track of.   Customer had a good point that we should be able to just drag and drop essentially an entire bucket and if there is a 500k max objects it should be able to queue up only that max number at a time or even possibly chunk it out into different jobs.   Hopefully its something we can do and would be a nice update as its been a couple years since the last release.

Incorrect file ownership with eonbrowser-5.0.12-1.noarch.rpm

When attempting to install eonbrowser-5.0.12-1.noarch.rpm, it installs successfully but generates a file ownership warning for every file. The output looks like this:

Running transaction
  Installing : eonbrowser-5.0.12-1.noarch                                   1/1 
warning: user ericb does not exist - using root
...
<goes on for 268 lines>
...
  Verifying  : eonbrowser-5.0.12-1.noarch                                   1/1 
 
Installed:
  eonbrowser.noarch 0:5.0.12-1                                                  
 
Complete!

Perhaps it should be rebuilt with a:

%defattr(-,root,root)

added to the spec file?

BlackPearlEonBrowser-5.0.11.dmg is damaged

Hi,

With macOS 10.15.4 the EonBrowser 5.0.11 can not start, looks like the file is damaged.

The previous version 5.0.10 works, but it asks to receive "keystrokes from any application" which I'm not going to grant since it feels like it has a keylogger installed.

Best regards
Marc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.