Viraj Bhosle

Greenhorn
+ Follow
since Jul 30, 2012
Merit badge: grant badges
Biography
Viraj has been working with TIBCO Software as a TIBCO BW, BE developer. He's OCA Java SE8 certified. Completed Udacity Full Stack Web Developer Nanodegree.
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
4
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Viraj Bhosle

This rules out, for example, "forked" streams


That explains it.  Yes it may have some internal flag. Crystal clear now! Thanks!
Thanks for the response. This is the point that makes it clear to me "it cannot go back to the start of its source".  
Can we really say that stream is exhausted at the line 6?? Because stream evaluation is lazy and it actually starts processing when a terminal operation is called.
Which Java version? Java 8 has a lot of new stuff, going to take two months for me. I am studying on weekends.
If we use a terminal operator on a stream then it is considered to be closed. We can't use it again. But why am I getting the following error on non-terminal operator?



java.lang.IllegalStateException: stream has already been operated upon or closed
I tried installing RAD 7.0 3-4 times but got the error "Exception stack trace not available" ---error during install phase--"error executing c:\Program Files\IBM\SDP70\image\WAS61\WAS\was61install.bat"
I have windows XP
I updated my IBM Installation manager & tried again but got the same error

Here is my log file:
I Process Type: install
I Install Type: nonOS400
I Install Mode: silentMode
I #Received OPT Properties
#Thu Sep 06 20:48:12 IST 2012
disableOSPrereqChecking=true
PROF_isDeveloperServer=true
disableNonBlockingPrereqChecking=true
PROF_enableService=false
silentInstallLicenseAcceptance=true
profileType=none
installLocation=C\:\\Program Files\\IBM\\SDP70\\runtimes\\base_v61
installType=installNew
PROF_enableAdminSecurity=false
PROF_winserviceCheck=false
feature=noFeature

please help me to resolve this problem as soon as possible.
11 years ago