[JBoss JIRA] (JBIDE-13832) MD5 sometimes not correct
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13832?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-13832.
--------------------------------
Resolution: Cannot Reproduce Bug
Cannot reproduce.
a) manually produced md5sum, via commandline:
{code}
$➔ md5sum jbosstools-hibernate_master-Sources-SNAPSHOT.zip
4ec4339098d205926e12336478ef93f4 jbosstools-hibernate_master-Sources-SNAPSHOT.zip
$➔ md5sum jbosstools-hibernate_master-Update-SNAPSHOT.zip
773d2cd9e67043e3eb548111cbe82af7 jbosstools-hibernate_master-Update-SNAPSHOT.zip
{code}
b) value in the .MD5 files:
{code:title=http://download.jboss.org/jbosstools/builds/staging/jbosstools-hibernate_master/all/jbosstools-hibernate_master-Sources-SNAPSHOT.zip.MD5}
4ec4339098d205926e12336478ef93f4
{code}
{code:title=http://download.jboss.org/jbosstools/builds/staging/jbosstools-hibernate_master/all/jbosstools-hibernate_master-Update-SNAPSHOT.zip.MD5}
773d2cd9e67043e3eb548111cbe82af7
{code}
c) value in the md5sums.txt file:
{code:title=http://download.jboss.org/jbosstools/builds/staging/jbosstools-hibernate_master/logs/md5sums.txt}
4ec4339098d205926e12336478ef93f4 ./all/jbosstools-hibernate_master-Sources-SNAPSHOT.zip
773d2cd9e67043e3eb548111cbe82af7 ./all/jbosstools-hibernate_master-Update-SNAPSHOT.zip
{code}
Please re-open if you can show me a specific example of where md5sums don't match.
> MD5 sometimes not correct
> -------------------------
>
> Key: JBIDE-13832
> URL: https://issues.jboss.org/browse/JBIDE-13832
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.1.0.CR1
>
>
> If you look for instance at this repo: http://download.jboss.org/jbosstools/builds/staging/jbosstools-hibernate_... , you'll notice that the .MD5 files contains string that don't match the actual files md5 checksum, which is accurate in the log files (checksum.txt).
> This is most likely an issue in the publish script.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-15069) Cannot use Web Service Tester to test GET requests returning 404
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15069?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick updated JBIDE-15069:
--------------------------------------
Fix Version/s: 4.1.0.CR1
> Cannot use Web Service Tester to test GET requests returning 404
> ----------------------------------------------------------------
>
> Key: JBIDE-15069
> URL: https://issues.jboss.org/browse/JBIDE-15069
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 4.1.0.Beta2
> Reporter: Juergen Zimmermann
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.0.CR1
>
>
> I get a NPE when I submit a GET request in the Web Service tester which should return 404. In Eclipse's .log file I only have these lines:
> !ENTRY org.eclipse.core.jobs 4 2 2013-07-01 16:54:21.954
> !MESSAGE An internal error occurred during: "Invoking web service...".
> !STACK 0
> java.lang.NullPointerException
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleRSTest(JAXRSWSTestView2.java:1918)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$33(JAXRSWSTestView2.java:1916)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1723)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months